@[email protected] to Ask [email protected] • 1 year agoWhat's something you believed to be true but recently learned is actually false?message-square109fedilinkarrow-up185
arrow-up185message-squareWhat's something you believed to be true but recently learned is actually false?@[email protected] to Ask [email protected] • 1 year agomessage-square109fedilink
minus-square@[email protected]linkfedilink28•1 year agoI love how this comment covers super common misconceptions, but then throws a super specific database issue in at the end. Gotta have that cascade on delete, unless you want orphans.
minus-square@[email protected]linkfedilink3•1 year agoOr nullable FK , with on delete set null. Or have a default value for the FK, and on delete set default.
I love how this comment covers super common misconceptions, but then throws a super specific database issue in at the end. Gotta have that cascade on delete, unless you want orphans.
Or nullable FK , with on delete set null.
Or have a default value for the FK, and on delete set default.
Relevant xkcd