From f946bfe4fe513798f9114a0af9cd54dd8494661f Mon Sep 17 00:00:00 2001 From: Carla Date: Tue, 29 Mar 2016 12:57:58 +0200 Subject: [PATCH] remove bigint mention --- doc/CartoDB-user-table.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/CartoDB-user-table.rst b/doc/CartoDB-user-table.rst index a2ff0d7..c1bb569 100644 --- a/doc/CartoDB-user-table.rst +++ b/doc/CartoDB-user-table.rst @@ -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