columnConstraints
open fun columnConstraints(vararg tables: Table): Map<Pair<Table, LinkedHashSet<Column<*>>>, List<ForeignKeyConstraint>>
Returns a map with the foreign key constraints of all the defined columns sets in each of the specified tables.