Skip to content

SQLite: Lift AddForeignKey ops to CreateTable when gen'ing SQL #1127

@anpete

Description

@anpete

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No fields configured for Bug.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions