Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 329 Bytes

Conventions.md

File metadata and controls

13 lines (11 loc) · 329 Bytes
  • date time fields can be suffixed with _on or _datetime_tz Ex.
id, created_datetime, modified_datetime, deleted_datetime
id, event_datetime_utc, event_datetime_local
  • Boolean fields should start with is_, can_, should_, has_ question. Ex.
creative_id, is_deleted
region_id, should_track_user