listForeignKeys abstract method

Future<List<SchemaForeignKey>> listForeignKeys(
  1. String table, {
  2. String? schema,
})

Lists foreign keys for table within an optional schema.

Implementation

Future<List<SchemaForeignKey>> listForeignKeys(
  String table, {
  String? schema,
});