Join Discord
Powered by
Is there a way to delete a row and automatically d...
# help
e
erinstearns
11/14/2021, 11:34 PM
Is there a way to delete a row and automatically delete any associated rows from other tables? Or must the associations be deleted separately in an api call before deleting the whole row
s
silentworks
11/14/2021, 11:36 PM
You can setup your tables to CASCADE delete data
https://kb.objectrocket.com/postgresql/how-to-use-the-postgresql-delete-cascade-1369
e
erinstearns
11/15/2021, 3:22 AM
got it thank you!
Previous
Next