listForeignKeys abstract method
Lists foreign keys for table within an optional schema.
Implementation
Future<List<SchemaForeignKey>> listForeignKeys(
String table, {
String? schema,
});
Lists foreign keys for table within an optional schema.
Future<List<SchemaForeignKey>> listForeignKeys(
String table, {
String? schema,
});