@[email protected] to Ask [email protected] • 7 months agoWhat's something you believed to be true but recently learned is actually false?message-square105fedilinkarrow-up185
arrow-up185message-squareWhat's something you believed to be true but recently learned is actually false?@[email protected] to Ask [email protected] • 7 months agomessage-square105fedilink
minus-square@[email protected]linkfedilink28•7 months 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•7 months 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.
Relevant xkcd
Or nullable FK , with on delete set null.
Or have a default value for the FK, and on delete set default.