Skip to content
This repository was archived by the owner on Jan 24, 2024. It is now read-only.
This repository was archived by the owner on Jan 24, 2024. It is now read-only.

Undefined abstract/virtual type 'smallint' for MySQL #27

@beeryukov

Description

@beeryukov

When creating migration I cannot use smallint and mediumint column types. Nor I found a way to pass a type as a sting manually. The only workaround was to use $this->database()->query("CREATE TABLE ....") and manually write all the SQL for table creation.
Also JSON type gets created as text.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions