begin event module
This commit is contained in:
parent
18f4c6094a
commit
4c629e274b
5 changed files with 95 additions and 3 deletions
|
|
@ -476,6 +476,7 @@ CREATE TABLE IF NOT EXISTS `event` (
|
|||
`id` INT NOT NULL AUTO_INCREMENT PRIMARY KEY ,
|
||||
`uid` INT NOT NULL ,
|
||||
`cid` INT NOT NULL ,
|
||||
`uri` CHAR( 255 ) NOT NULL,
|
||||
`created` DATETIME NOT NULL ,
|
||||
`edited` DATETIME NOT NULL ,
|
||||
`start` DATETIME NOT NULL ,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue