Skip to content

Instantly share code, notes, and snippets.

@beeman
Created May 3, 2020 09:44
Show Gist options
  • Save beeman/e9df443258a8ac45c6840bf0a7f2fbaa to your computer and use it in GitHub Desktop.
Save beeman/e9df443258a8ac45c6840bf0a7f2fbaa to your computer and use it in GitHub Desktop.
Property order of a Model

Property order of a Model

  • ID
  • DateTime
  • Enumns (req, optional)
  • Booleans (req, optional)
  • Strings (req, optional)
  • [Strings] (req, optional)
  • Number (req, optional)
  • [Number] (req, optional)
  • Relations (owned) (req, optional)
  • Related (ownedBy) (req, optional)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment