Support for TINYINT and MEDIUMINT
- Dominant language
- JavaScript
- Stars
- 51
- Forks
- 37
- PR merge metrics
- No merged PRs in 30d
Description
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!](https://www.bountysource.com/issues/39277718-support-for-tinyint-and-mediumint?utm_campaign=plugin&utm_content=tracker%2F12292998&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F12292998&utm_medium=issues&utm_source=github).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.