tableConstraints
open suspend override fun tableConstraints(tables: List<Table>): Map<String, List<ForeignKeyConstraint>>
Returns a map with the ForeignKeyConstraint of all the defined columns in each of the specified tables, with the table name used as the key.