Page MenuHomeDevCentral

Bugzilla SQL error in MySQL 8

Authored By
dereckson
Oct 7 2018, 10:23
Size
387 B
Referenced Files
None
Subscribers
None

Bugzilla SQL error in MySQL 8

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;

File Metadata

Mime Type
text/plain; charset=utf-8
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
198754
Default Alt Text
Bugzilla SQL error in MySQL 8 (387 B)

Event Timeline