... | ... | @@ -3,3 +3,5 @@ |
|
|
---
|
|
|
|
|
|
# Database Schema Standards
|
|
|
|
|
|
- All database, table, column, keys must be in `snake_case` form, where in any compound words or phrases, the words are separated with one underscore character `_` and no spaces, with each word's initial letter lowercased. |
|
|
\ No newline at end of file |