– Type of data
When you upload a table, you are required to check the type of data for each table’s field.
Here the list of available data type in InViTo tables.
- SMALLSERIAL
- SERIAL
- BIGSERIAL
- SMALLINT
- INTEGER
- BIGINT
- BOOLEAN
- TEXT
- CHARACTER
- CHARACTER VARYING
- REAL
- DOUBLE PRECISION
- INTERVAL
- NUMERIC
- JSON
This is a small subset of the available data in Postgresql.
For more information have a look to the official documentation on the specific types: http://www.postgresql.org/docs/9.3/static/datatype.html