Hacker News new | past | comments | ask | show | jobs | submit login

I'll add another one:

* No Foreign Keys

Attempting to clear the table should have just thrown a constraint violation error.




Well, depending how you configure your cascade clearing the user table could have cleared all the other tables also :)

"on delete cascade"!


True on MySql with InnoDB, wouldn't be true with postgres.

You'd have to use TRUNCATE CASCADE on postgres to avoid the foreign key error.


Exactly!!!!




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: