diff --git a/lib/db/mysql.sql b/lib/db/mysql.sql index efb3aa403ae..383e4dcbfd1 100644 --- a/lib/db/mysql.sql +++ b/lib/db/mysql.sql @@ -27,6 +27,7 @@ CREATE TABLE `course` ( `guest` tinyint(1) unsigned NOT NULL default '0', `startdate` int(10) unsigned NOT NULL default '0', `enddate` int(10) unsigned NOT NULL default '0', + `timecreated` int(10) unsigned NOT NULL default '0', `timemodified` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`) ) TYPE=MyISAM;