ColumnType
An SQL column type.
try db.create(table: "player") { t in
t.autoIncrementedPrimaryKey("id")
t.column("title", .text)
}
-
Creates an SQL column type.
-
The
TEXTSQL column type -
The
INTEGERSQL column type -
The
DOUBLESQL column type -
The
REALSQL column type -
The
NUMERICSQL column type -
The
BOOLEANSQL column type -
The
BLOBSQL column type -
The
DATESQL column type -
The
DATETIMESQL column type -
The
ANYSQL column type
View on GitHub
Install in Dash
ColumnType Structure Reference