menu
raindrop_postgres package
documentation
ddl.dart
CreateTable
CreateTable.new const constructor
CreateTable.new const constructor
dark_mode
light_mode
CreateTable
constructor
const
CreateTable
(
TableInfo
table
, {
bool
ifNotExists
=
false
,
})
Operation to create a new table.
Implementation
const CreateTable(this.table, {this.ifNotExists = false});
raindrop_postgres package
documentation
ddl
CreateTable
CreateTable.new const constructor
CreateTable class