menu
daravel_core package
documentation
database/schema/field_blueprint.dart
FieldBlueprint
comment method
comment method
dark_mode
light_mode
comment
method
FieldBlueprint
comment
(
String
comment
)
Implementation
FieldBlueprint comment(
String
comment) { fieldComment = comment;
return
this
; }
daravel_core package
documentation
database/schema/field_blueprint
FieldBlueprint
comment method
FieldBlueprint class
Constructors
new
Properties
constraint
defaultValue
fieldComment
foreignKey
hashCode
indexName
isAutoIncrement
isIndex
isNullable
isPrimaryKey
isUnique
isUnsigned
modify
name
runtimeType
table
type
Methods
autoIncrement
change
comment
defaultsTo
foreign
hasForeignKeyConstraint
index
noSuchMethod
nullable
primary
toString
unique
unsigned
useCurrent
useCurrentOnUpdate
Operators
operator ==