We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db2ca36 commit dcccea1Copy full SHA for dcccea1
.bytebase/sql-review.md
@@ -3,18 +3,6 @@
3
4
## 1. Table Naming Convention
5
- All table names must be in snake_case
6
-- Avoid abbreviations unless commonly understood
7
8
## 2. Column Standards
9
- Primary key columns should be named 'id'
10
-
11
-## 3. Index Requirements
12
-- Columns used in WHERE clauses frequently should be indexed
13
14
-## 4. Comment Requirements
15
-- Complex columns should have comments explaining their purpose
16
17
-## 5. Type Consistency
18
-- Use TEXT instead of VARCHAR for string columns
19
-- Use TIMESTAMP for datetime values
20
-- Use BIGINT for auto-incrementing primary keys
0 commit comments