Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for TINYINT and MEDIUMINT #8

Open
pc-jedi opened this issue Oct 24, 2016 · 1 comment
Open

Support for TINYINT and MEDIUMINT #8

pc-jedi opened this issue Oct 24, 2016 · 1 comment

Comments

@pc-jedi
Copy link
Contributor

pc-jedi commented Oct 24, 2016

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.


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@ddeath
Copy link

ddeath commented Aug 20, 2018

@pc-jedi you can bypass it with the tip mentioned here:
db-migrate/node-db-migrate#99

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

No branches or pull requests

2 participants