diff --git a/htdocs/install/mysql/tables/llx_website.sql b/htdocs/install/mysql/tables/llx_website.sql index 21b88d16ece..0df6ccf8ef3 100644 --- a/htdocs/install/mysql/tables/llx_website.sql +++ b/htdocs/install/mysql/tables/llx_website.sql @@ -37,7 +37,7 @@ CREATE TABLE llx_website date_creation datetime, position integer DEFAULT 0, lastaccess datetime NULL, - pageviews_month integer DEFAULT 0, + pageviews_month BIGINT UNSIGNED DEFAULT 0, pageviews_total BIGINT UNSIGNED DEFAULT 0, tms timestamp DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, import_key varchar(14) -- import key