Back to All Videos

Intro to Other Fields (Address, JSON, Number, etc.)

5m 32s

This video is a quick walkthrough some of the other field types that each have specific use-cases, but may not be as commonly used as the ones we've covered in detail. To get some context on them, these are:

  • Date and Time: A timestamp value for storing dates and times (i.e. an event start, office opening hours).

  • Number: Integers and/or Floating Numbers, for storing integer SKUs, quantities, prices, etc.

  • Boolean: For storing values that have two states, e.g., yes or no, true or false etc.

  • Location: Coordinate values and street addresses for storing the latitude and longitude of a physical location.

  • Color: For storing colors (with or without alpha channel).

  • JSON: For storing JSON objects and snippets.