Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 489 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 489 Bytes

Postgresql

  • Use uppercase for SQL key words and lowercase for SQL identifiers
  • Use lowercase for table names and column names as they are SQL identifiers
  • Use lowercase for enum values (i.e., "active" and "inactive")
  • Use spaces or dashes for enum values (i.e., "as needed" and "bi-weekly")
  • Sort enum values alphabetically