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

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

Open
beeryukov opened this issue Aug 31, 2021 · 0 comments
Open

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

beeryukov opened this issue Aug 31, 2021 · 0 comments

Comments

@beeryukov
Copy link

beeryukov commented Aug 31, 2021

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant