File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -1101,6 +1101,13 @@ These schema properties configure table-level options. The options currently sup
1101
1101
1102
1102
## Column Types
1103
1103
1104
+ + [ ColumnDefinition] ( #columndefinition )
1105
+ + [ NumericColumnDefinition] ( #numericcolumndefinition )
1106
+ + [ TextColumnDefinition] ( #textcolumndefinition )
1107
+ + [ UpdatableTimeColumnDefinition] ( #updatabletimecolumndefinition )
1108
+ + [ TimestampColumnDefinition] ( #timestampcolumndefinition )
1109
+ + [ GeometricalColumnDefinition] ( #geometricalcolumndefinition )
1110
+
1104
1111
[ ` mysql.ColTypes ` ] ( #module_mysql-plus..ColTypes ) and [ ` pool.ColTypes ` ] ( #PoolPlus+ColTypes ) both expose the following methods:
1105
1112
1106
1113
+ ` tinyint([m]) `
Original file line number Diff line number Diff line change @@ -308,6 +308,13 @@ These schema properties configure table-level options. The options currently sup
308
308
309
309
## Column Types
310
310
311
+ + [ColumnDefinition](#columndefinition)
312
+ + [NumericColumnDefinition](#numericcolumndefinition)
313
+ + [TextColumnDefinition](#textcolumndefinition)
314
+ + [UpdatableTimeColumnDefinition](#updatabletimecolumndefinition)
315
+ + [TimestampColumnDefinition](#timestampcolumndefinition)
316
+ + [GeometricalColumnDefinition](#geometricalcolumndefinition)
317
+
311
318
[`mysql.ColTypes`](#module_mysql-plus..ColTypes) and [`pool.ColTypes`](#PoolPlus+ColTypes) both expose the following methods:
312
319
313
320
+ `tinyint([m])`
You can’t perform that action at this time.
0 commit comments