menu
khadem package
documentation
database/schema.dart
ColumnDefinition
type property
type property
dark_mode
light_mode
type
property
String
type
final
The type of the column (e.g. 'INT', 'VARCHAR', 'DECIMAL').
Implementation
final String type;
khadem package
documentation
database/schema
ColumnDefinition
type property
ColumnDefinition class