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

createForeignKey in dialect didn't work for sqlite3 #11

Open
c0d3r85 opened this issue Nov 6, 2016 · 3 comments
Open

createForeignKey in dialect didn't work for sqlite3 #11

c0d3r85 opened this issue Nov 6, 2016 · 3 comments

Comments

@c0d3r85
Copy link

c0d3r85 commented Nov 6, 2016

Creating FK through ALTER TABLE didn't supported (https://sqlite.org/foreignkeys.html)

@nafg
Copy link
Owner

nafg commented Feb 8, 2017

Can you elaborate?

@c0d3r85
Copy link
Author

c0d3r85 commented Feb 10, 2017

TableMigration(...).addIndexes(_.index) failed, when i'm trying to apply migration on sqlite database.

@nafg
Copy link
Owner

nafg commented Feb 10, 2017

Can you open a PR that adds a failing test to the test suite?

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