menu
stormberry package
documentation
migrate.dart
PrimaryKeyConstraint
PrimaryKeyConstraint.new const constructor
PrimaryKeyConstraint.new const constructor
dark_mode
light_mode
PrimaryKeyConstraint
constructor
const
PrimaryKeyConstraint
(
String
?
name
,
String
column
)
Implementation
const PrimaryKeyConstraint(super.name, this.column);
stormberry package
documentation
migrate
PrimaryKeyConstraint
PrimaryKeyConstraint.new const constructor
PrimaryKeyConstraint class