Create table failed
-
ERROR: CREATE TABLE failed.
Here’s the script.
CREATE TABLE
sb_incidents
(incident_idint(4) NOT NULL AUTO_INCREMENT
,datedate(8) NULL
,reported_bytext NULL
,addresstext(20) NULL
,violationtext(20) NULL
,notetext(500) NULL
,PRIMARY KEY (incident_id)
) ENGINE InnoDB DEFAULT CHARACTER SET latin1 COLLATE=latin1_swedish_ci;
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Create table failed’ is closed to new replies.