Added course->marker

This commit is contained in:
martin
2002-06-19 05:37:59 +00:00
parent 78b330e983
commit 2f21e988a6
+1
View File
@@ -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',
`marker` 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`)