Ios swift – Alter the reference to foreign key of an existing table with GRDB
In table Case_Supplies_Media I have column SupplyID_XRef. It currently has a foreign key reference to Media_List. I need to change the reference to Supplies_DVD_List. I found some bits and pieces, but I'm not sure how to put the whole thing…