@NfNitLoop ("Cody C. #BLM") wrote:
Creating some database schemas today. I wish (Pg)SQL had a "WEAK REFERENCE" type to:
- Explicitly declare the relationship between tables.
- Ensure that foreign keys exist when I insert rows.
- But NOT delete this row when the referenced row gets deleted.