SQLite: set fk constraint to be "DEFERRABLE INITIALLY DEFERRED"

I would like to use this feature of sqlite, but I don't see it mentioned anywhere in the docs. A quick search shows that there's an open issue (#1429) but no progress has been made. Are there any temporary workarounds to this? Like can I add in my own SQL to the end of a column definition?
1 Reply