begin event module

This commit is contained in:
Friendika
2011-06-05 23:10:07 -07:00
parent 18f4c6094a
commit 4c629e274b
5 changed files with 95 additions and 3 deletions

View File

@@ -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 ,