menu
daravel_core package
documentation
database/schema/field_blueprint.dart
FieldBlueprint
unsigned method
unsigned method
dark_mode
light_mode
unsigned
method
FieldBlueprint
unsigned
(
)
Implementation
FieldBlueprint unsigned() { isUnsigned =
true
;
return
this
; }
daravel_core package
documentation
database/schema/field_blueprint
FieldBlueprint
unsigned 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 ==