same sql error
This commit is contained in:
parent
9fa7dcd433
commit
0834a59c1c
@ -20,7 +20,7 @@ CREATE TABLE llx_opensurvey_user_studs (
|
|||||||
nom VARCHAR(64) NOT NULL,
|
nom VARCHAR(64) NOT NULL,
|
||||||
id_sondage VARCHAR(16) NOT NULL,
|
id_sondage VARCHAR(16) NOT NULL,
|
||||||
reponses VARCHAR(200) NOT NULL, -- Not used for 'F' surveys
|
reponses VARCHAR(200) NOT NULL, -- Not used for 'F' surveys
|
||||||
tms timestamp DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
|
tms timestamp DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
|
||||||
date_creation datetime NOT NULL,
|
date_creation datetime NOT NULL,
|
||||||
ip varchar(250), --ip used to create record (for public submission page)
|
ip varchar(250) --ip used to create record (for public submission page)
|
||||||
) ENGINE=innodb;
|
) ENGINE=innodb;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user