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 formatyyyy-mm-dd
1970-12-30
TIME
- used to store times. Please note that values must match this formatHH: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 formatyyyy-mm-dd HH:MM:SS
1970-12-30 14:10:00
JSON
- used to store textual JSON data
Related articles
Manufactory > Projects
Creating a project in Manufactory involves setting up user and event schemas before sending data from separate iOS and Android apps using their respective project keys.
Manufactory > Events
Designing and planning the event properties to collect is essential for a successful project implementation in Manufactory.
Projects > Create a project
A new project can be created by providing the required details such as org ID, name, description, and timezone.
Projects > Update a project
The project can be updated with the specified name, description, and timezone using the provided API endpoint.