menu
raindrop_postgres package
documentation
ddl.dart
CreateIndex
CreateIndex.new const constructor
CreateIndex.new const constructor
dark_mode
light_mode
CreateIndex
constructor
const
CreateIndex
(
{
required
IndexInfo
index
,
bool
ifNotExists
=
false
,
})
Operation to create an index.
Implementation
const CreateIndex({required this.index, this.ifNotExists = false});
raindrop_postgres package
documentation
ddl
CreateIndex
CreateIndex.new const constructor
CreateIndex class