menu
raindrop_postgres package
documentation
ddl.dart
DropTable
DropTable.new const constructor
DropTable.new const constructor
dark_mode
light_mode
DropTable
constructor
const
DropTable
(
String
tableName
)
Operation to drop a table.
Implementation
const DropTable(this.tableName);
raindrop_postgres package
documentation
ddl
DropTable
DropTable.new const constructor
DropTable class