Skip to content

Commit

Permalink
remove lower-case-table-names since v6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Oreoxmt committed Jun 28, 2022
1 parent c210f85 commit 8d9d08b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion develop/dev-guide-object-naming-guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ It is recommended to differentiate database names by business, product, or other
- Temporary table of business operations: `tmp_st_{business code}_{creator abbreviation}_{date}`
- Record table of accounts period: `t_crm_ec_record_YYYY{MM}{dd}`
- Create separate databases for tables of different business modules and add annotations accordingly.
- Currently, TiDB only supports setting the value of `lower-case-table-names` to `2`. This means it is case-sensitive when you save a table name, but case-insensitive when you compare table names. The comparison is based on the lower case.

## Column naming convention

Expand Down

0 comments on commit 8d9d08b

Please sign in to comment.