Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Digitec
digitec-wiki
Wiki
database schema standards
database schema standards
· Changes
Page history
rcabral created page: rest api standards
authored
Jan 09, 2015
by
Rene Cabral
Show whitespace changes
Inline
Side-by-side
database-schema-standards.markdown
View page @
28e3a16b
...
@@ -3,3 +3,5 @@
...
@@ -3,3 +3,5 @@
---
---
# Database Schema Standards
# 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