From eb48e26eec6520f74b300314b18dc8f044cd27d8 Mon Sep 17 00:00:00 2001 From: Carla Date: Tue, 15 Mar 2016 16:39:56 +0100 Subject: [PATCH] Update CartoDB-user-table.rst --- doc/CartoDB-user-table.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/CartoDB-user-table.rst b/doc/CartoDB-user-table.rst index 04c8978..a2ff0d7 100644 --- a/doc/CartoDB-user-table.rst +++ b/doc/CartoDB-user-table.rst @@ -11,7 +11,7 @@ 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-null and unique + - 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``