Failed to create table
-
Can you please help me? I cant get a table to create.
CREATE TABLE
wp_schedule(
timetext NOT NULL COMMENT ‘ ‘,
activitytext NOT NULL COMMENT ‘ ‘,
stafftext NOT NULL COMMENT ‘ ‘,
tasktext NOT NULL COMMENT ‘ ‘,
behavior 3 pt scaletext NOT NULL COMMENT ‘ ‘,
behavior notestext NOT NULL,
createddatetime NOT NULL DEFAULT ‘0000-00-00 00:00:00’ COMMENT ‘Created Datetime’,
updatedtimestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT ‘Updated Datetime’,
PRIMARY KEY(time) )
ENGINE=CSV DEFAULT CHARSET=utf8;
The topic ‘Failed to create table’ is closed to new replies.