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 has been 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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
.The text was updated successfully, but these errors were encountered: