Description
On https://docs.liquibase.com/change-types/community/add-foreign-key-constraint.html SQLite is listed as not supported because in SQLite you can only add foreign keys on table creation but not later.
But for the attributes deferrable
and initiallyDeferred
the Supports
column shows SQLite which is of course wrong and just confusing as the whole change is not supported.
Metadata
Metadata
Assignees
Labels
No labels