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
I know that TINYINT and MEDIUMINT are specific to mysql/mariadb that why I create this issue here.
Currently you can use both types but get the following warning
[WARN] Using unknown data type MEDIUMINT
Would it not be better to implement the specific types in the driver that can handle these?
I can create a PR for that, but you need to tell me how I should define the new data types, because currently they are defined in db-migrate-shared.
I know that TINYINT and MEDIUMINT are specific to mysql/mariadb that why I create this issue here.
Currently you can use both types but get the following warning
Would it not be better to implement the specific types in the driver that can handle these?
I can create a PR for that, but you need to tell me how I should define the new data types, because currently they are defined in db-migrate-shared.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: