nafg / slick-migration-api

Schema manipulation dialects and DSL for Slick

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

createForeignKey in dialect didn't work for sqlite3

c0d3r85 opened this issue · comments

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

Can you elaborate?

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

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