mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-10 09:52:33 +01:00
fix sql
This commit is contained in:
@@ -20,8 +20,8 @@ CREATE TABLE llx_opensurvey_comments (
|
||||
id_sondage CHAR(16) NOT NULL,
|
||||
comment text NOT NULL,
|
||||
tms timestamp DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
|
||||
usercomment text
|
||||
usercomment text,
|
||||
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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user