From f13b00d318fda851e75e9c3d0c4999b9c09a3c58 Mon Sep 17 00:00:00 2001 From: martin Date: Mon, 10 Jun 2002 11:34:31 +0000 Subject: [PATCH] Added course->timecreated --- lib/db/mysql.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/db/mysql.sql b/lib/db/mysql.sql index efb3aa403a..383e4dcbfd 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; -- 2.39.5