Fix field size

This commit is contained in:
Laurent Destailleur 2021-01-08 00:52:38 +01:00
parent 0448bf07cb
commit 8fca2ce2eb

View File

@ -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