diff --git a/installer/sql/create-mysql.sql b/installer/sql/create-mysql.sql index 96a99d16cbf..0c1c47c9cf1 100644 --- a/installer/sql/create-mysql.sql +++ b/installer/sql/create-mysql.sql @@ -457,7 +457,7 @@ CREATE TABLE `prefix_survey_links` ( `participant_id` varchar(50) NOT NULL, `token_id` int(11) NOT NULL, `survey_id` int(11) NOT NULL, - `datecreated` datetime NOT NULL, + `date_created` datetime NOT NULL, PRIMARY KEY (`participant_id`,`token_id`,`survey_id`) ) ENGINE=$databasetabletype CHARACTER SET utf8 COLLATE utf8_unicode_ci; --