1
0
Fork 0
mirror of https://github.com/treffynnon/sqlstyle.guide.git synced 2025-03-09 12:49:51 -05:00
This commit is contained in:
Shaobiao Lin 2022-03-17 14:35:27 +00:00 committed by GitHub
commit 5f05f9bdb9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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