You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 24, 2024. It is now read-only.
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.