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:
parent
7eb1aee595
commit
2b9b275ef6
1 changed files with 2 additions and 2 deletions
|
@ -1263,7 +1263,7 @@ ZONE
|
|||
|
||||
These are some suggested column data types to use for maximum compatibility between database engines.
|
||||
|
||||
#### Character types:
|
||||
#### Character types
|
||||
|
||||
* CHAR
|
||||
* CLOB
|
||||
|
@ -1289,7 +1289,7 @@ These are some suggested column data types to use for maximum compatibility betw
|
|||
* TIME
|
||||
* TIMESTAMP
|
||||
|
||||
#### Binary types:
|
||||
#### Binary types
|
||||
|
||||
* BINARY
|
||||
* BLOB
|
||||
|
|
Loading…
Reference in a new issue