Skip to content

Fails to parser CREATE TABLE #39

@nijel

Description

@nijel

Following SQL is not correctly parsed:

CREATE TABLE `customers` (
  `login_cnt` int(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Počet přihlášení',
  `activated` tinyint(1) NOT NULL DEFAULT '1' COMMENT 'Účet je aktivovaný (0 pouze u fiktivní registrace na základě prodejek)',
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_czech_ci;

It seems that combiding DEFAULT with COMMENT is what causes the problem here.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions