menu
raindrop_postgres package
documentation
ddl.dart
ColumnInfo
type property
type property
dark_mode
light_mode
type
property
String
type
final
The SQL type (e.g., 'INTEGER', 'TEXT', 'TIMESTAMP').
Implementation
final String type;
raindrop_postgres package
documentation
ddl
ColumnInfo
type property
ColumnInfo class