Recent Changes - Search:

CONGO

PmWiki

edit SideBar

V2 /

ConfigCategory

V2.ConfigCategory History

Hide minor edits - Show changes to markup

Changed lines 5-13 from:
to:

CREATE TABLE `schedule_categories` (

  `cat_id` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
  `cat_cid` smallint(5) unsigned NOT NULL DEFAULT '0',
  `cat_name` varchar(15) DEFAULT NULL,
  `cat_active` tinyint(1) DEFAULT NULL,
  `cat_desc` varchar(50) NOT NULL DEFAULT '',
  PRIMARY KEY (`cat_id`),
  KEY `cat_name` (`cat_name`)

) ENGINE=InnoDB? DEFAULT CHARSET=latin1

Added lines 1-9:

A list of Categories that Events can be assigned to

Schema


See Also

Edit - History - Print - Recent Changes - Search
Page last modified on January 20, 2012, at 03:15 PM