1
0
Fork 0
mirror of https://github.com/treffynnon/sqlstyle.guide.git synced 2025-03-09 12:49:51 -05:00

fix: remove unnecessary colons in subtitle of "Column data types"

This commit is contained in:
Octobug 2022-03-17 22:28:31 +08:00
parent 7eb1aee595
commit 2b9b275ef6

View file

@ -1263,7 +1263,7 @@ ZONE
These are some suggested column data types to use for maximum compatibility between database engines. These are some suggested column data types to use for maximum compatibility between database engines.
#### Character types: #### Character types
* CHAR * CHAR
* CLOB * CLOB
@ -1289,7 +1289,7 @@ These are some suggested column data types to use for maximum compatibility betw
* TIME * TIME
* TIMESTAMP * TIMESTAMP
#### Binary types: #### Binary types
* BINARY * BINARY
* BLOB * BLOB