When creating tables with FKs in SQLite, SQL gen for migrations ops currently throws NotImplemented for AddFK operation. But, when we are creating the table in the same migration, we should be able to lift the FK into the Create Table statement itself and thus avoid the SQLite limitation.
When creating tables with FKs in SQLite, SQL gen for migrations ops currently throws NotImplemented for AddFK operation. But, when we are creating the table in the same migration, we should be able to lift the FK into the Create Table statement itself and thus avoid the SQLite limitation.