listColumns abstract method
Lists columns for table within an optional schema.
Implementation
Future<List<SchemaColumn>> listColumns(String table, {String? schema});
Lists columns for table within an optional schema.
Future<List<SchemaColumn>> listColumns(String table, {String? schema});