menu
raindrop_postgres package
documentation
ddl.dart
DropIndex
DropIndex.new const constructor
DropIndex.new const constructor
dark_mode
light_mode
DropIndex
constructor
const
DropIndex
(
String
indexName
, {
required
String
tableName
,
})
Operation to drop an index.
Implementation
const DropIndex(this.indexName, {required this.tableName});
raindrop_postgres package
documentation
ddl
DropIndex
DropIndex.new const constructor
DropIndex class