* No Foreign Keys
Attempting to clear the table should have just thrown a constraint violation error.
"on delete cascade"!
You'd have to use TRUNCATE CASCADE on postgres to avoid the foreign key error.
* No Foreign Keys
Attempting to clear the table should have just thrown a constraint violation error.