trying to drop tables with foreign key constraints is literal torture
Comments
-
hi 9 months ago
sql is pain -
-
THIS WONT WORK FOR ME PRAGMA foreign_keys = off;
PRAGMA defer_foreign_keys = on;
DROP TABLE articles2;
PRAGMA foreign_keys = on;
PRAGMA defer_foreign_keys = off;
I JUST WANT TO DROP THE GOSH DARN TABLE