Fix field size
This commit is contained in:
parent
0448bf07cb
commit
8fca2ce2eb
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user