Skip to content

Commit 0a3fcaa

Browse files
committed
docs: Add links to the Column Types section that skip to the different ColumnDefinition sections
1 parent dfcd030 commit 0a3fcaa

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1101,6 +1101,13 @@ These schema properties configure table-level options. The options currently sup
11011101

11021102
## Column Types
11031103

1104+
+ [ColumnDefinition](#columndefinition)
1105+
+ [NumericColumnDefinition](#numericcolumndefinition)
1106+
+ [TextColumnDefinition](#textcolumndefinition)
1107+
+ [UpdatableTimeColumnDefinition](#updatabletimecolumndefinition)
1108+
+ [TimestampColumnDefinition](#timestampcolumndefinition)
1109+
+ [GeometricalColumnDefinition](#geometricalcolumndefinition)
1110+
11041111
[`mysql.ColTypes`](#module_mysql-plus..ColTypes) and [`pool.ColTypes`](#PoolPlus+ColTypes) both expose the following methods:
11051112

11061113
+ `tinyint([m])`

jsdoc2md/README.hbs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,13 @@ These schema properties configure table-level options. The options currently sup
308308

309309
## Column Types
310310

311+
+ [ColumnDefinition](#columndefinition)
312+
+ [NumericColumnDefinition](#numericcolumndefinition)
313+
+ [TextColumnDefinition](#textcolumndefinition)
314+
+ [UpdatableTimeColumnDefinition](#updatabletimecolumndefinition)
315+
+ [TimestampColumnDefinition](#timestampcolumndefinition)
316+
+ [GeometricalColumnDefinition](#geometricalcolumndefinition)
317+
311318
[`mysql.ColTypes`](#module_mysql-plus..ColTypes) and [`pool.ColTypes`](#PoolPlus+ColTypes) both expose the following methods:
312319

313320
+ `tinyint([m])`

0 commit comments

Comments
 (0)