menu
ormed_postgres package
documentation
migrations.dart
SchemaDriver
hasTable abstract method
hasTable abstract method
dark_mode
light_mode
hasTable
abstract method
Future
<
bool
>
hasTable
(
String
table
, {
String
?
schema
,
})
Determines if the given table exists.
Implementation
Future<bool> hasTable(String table, {String? schema});
ormed_postgres package
documentation
migrations
SchemaDriver
hasTable abstract method
SchemaDriver class