remove bigint mention

This commit is contained in:
Carla 2016-03-29 12:57:58 +02:00
parent eb48e26eec
commit f946bfe4fe

View File

@ -12,7 +12,6 @@ The required columns of a CartoDB table are:
- ``cartodb_id``
- This column will be used as the primary key of the table and it has a sequence as default value
- Its values must be integer, non-zero, non-null and unique
- The type of the column in the Postgres database is ``bigint``
- B-Tree indexed
- ``the_geom``
- This column stores the main geometric features of a table