Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 364 Bytes

name-conventions.md

File metadata and controls

11 lines (8 loc) · 364 Bytes

Name Conventions

Some notes and reminders about consistently naming like structures in your project(s).

Table Columns

  • created_at - when a record was created (Rails default)
  • created_by - the user reference that created a record
  • updated_at - when a record was updated (Rails default)
  • updated_by - the user reference that updated a record