nafg/slick-migration-api

createForeignKey in dialect didn't work for sqlite3

c0d3r85 opened this issue · 3 comments

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

nafg commented

Can you elaborate?

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

nafg commented

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