opengb icon indicating copy to clipboard operation
opengb copied to clipboard

Document recommendations for schemas

Open NathanFlurry opened this issue 1 year ago • 1 comments

  • Use UUIDs for indexes (and why)
  • Use camel case for keys
  • Never delete values
  • Manually altering migrations as needed to add constraints
  • Recommended types (dates, uuid, integer, floats, etc)

NathanFlurry avatar Feb 19 '24 02:02 NathanFlurry