Page MenuHomeDevCentral
Paste P285

Bugzilla SQL error in MySQL 8
ActivePublic

Authored by dereckson on Oct 7 2018, 09:55.
Tags
None
Referenced Files
F655287: Bugzilla SQL error in MySQL 8
Oct 7 2018, 10:23
F655286: Bugzilla SQL error in MySQL 8
Oct 7 2018, 10:23
F655284: Bugzilla SQL error in MySQL 8
Oct 7 2018, 09:55
Subscribers
None
CREATE TABLE groups (
id mediumint auto_increment PRIMARY KEY NOT NULL,
name varchar(255) NOT NULL,
description mediumtext NOT NULL,
isbuggroup tinyint NOT NULL,
userregexp tinytext DEFAULT '' NOT NULL,
isactive tinyint DEFAULT 1 NOT NULL,
icon_url tinytext
) ENGINE = InnoDB CHARACTER SET utf8;

Event Timeline

dereckson edited the content of this paste. (Show Details)