Skip to content

Data Types for Models

Boris Mann edited this page Feb 19, 2016 · 1 revision

The data types available for models (aka the column types for your Postgres tables) are listed in core/required/db/data_types.js.

And here they are in a convenient list:

  • serial
  • int
  • currency
  • float
  • string
  • text
  • datetime
  • boolean
  • json