Skip to content

incorrect column length id #4

@yog-admin-git

Description

@yog-admin-git

CREATE TABLE list (id VARCHAR(2) NOT NULL, value VARCHAR(64) NOT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci ENGINE = InnoDB;

INSERT INTO list (id, value) VALUES ('AFN', 'Afghan Afghani');
INSERT INTO list (id, value) VALUES ('AFA', 'Afghan Afghani (1927–2002)');
.............
.............

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions