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

Datatype #363

Open
ahmetertem opened this issue Jul 9, 2017 · 0 comments
Open

Datatype #363

ahmetertem opened this issue Jul 9, 2017 · 0 comments

Comments

@ahmetertem
Copy link

I checked few files to see is there any support for each dialect's datatype. For example there is no datetime datatype on sqlite3 (yes i may do whatever what i want with sqlite3's datatypes ofc) but MySQL has datetime or timestamp for example. Or bit datatype is different before MySQL 5.6.X (i may wrong on this, i do not remember well) but after that version, bit assumed like tinyint(1) default 0 etc...

TL;DR: I want to easily create tables with selected dialect without changing datatypes 🚀

Can you support this as well ?

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

1 participant