menu
mssql_orm package
documentation
schema.dart
MssqlColumnSchema
hasDefault property
hasDefault property
dark_mode
light_mode
hasDefault
property
bool
hasDefault
final
Whether a default constraint fills this column in when an insert omits it.
Implementation
final bool hasDefault;
mssql_orm package
documentation
schema
MssqlColumnSchema
hasDefault property
MssqlColumnSchema class