Set theme to dark (⇧+D)
Manufactory

​​ Data Types

Manufactory supports the following data types:

  • TEXT - any text data with unlimited length.
  • INTEGER - Any number that has a range from -2,147,483,648 to 2,147,483,647.
  • DATE - used to store dates. Please note that values must match this format yyyy-mm-dd 1970-12-30
  • TIME - used to store times. Please note that values must match this format HH:MM:SS 14:10:00. Noting that all time values are stores in 24 hours format.
  • TIMESTAMP - used to store date with time. Please note that values must match this format yyyy-mm-dd HH:MM:SS 1970-12-30 14:10:00
  • JSON - used to store textual JSON data