mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
Added course->timecreated
This commit is contained in:
parent
e452ca303f
commit
f13b00d318
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user