Skip to content

Commit dcccea1

Browse files
Update SQL review standards by removing guidelines
Removed several SQL review standards related to indexing, comments, and type consistency.
1 parent db2ca36 commit dcccea1

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.bytebase/sql-review.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,6 @@
33

44
## 1. Table Naming Convention
55
- All table names must be in snake_case
6-
- Avoid abbreviations unless commonly understood
76

87
## 2. Column Standards
98
- 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

Comments
 (0)