CREATE TABLE calendar (id tinyint(4) DEFAULT '0' NOT NULL
AUTO_INCREMENT,
startDate date, endDate date, description blob, PRIMARY KEY (id), UNIQUE id (id)); When faced with a decision, always ask, 'Which would be the most fun?'
AUTO_INCREMENT,
startDate date, endDate date, description blob, PRIMARY KEY (id), UNIQUE id (id)); When faced with a decision, always ask, 'Which would be the most fun?'