cockroach-staging / hello-world

0 stars 0 forks source link

S68: As a developer I want to add an ON DELETE CASCADE referential integrity constraint to a column so I can count on the database to automatically remove dependent rows when the row to which they refer is removed. #99

Open exalate-issue-sync[bot] opened 4 years ago

exalate-issue-sync[bot] commented 4 years ago

As a developer I want to add an ON DELETE CASCADE referential integrity constraint to a column so I can count on the database to automatically remove dependent rows when the row to which they refer is removed.

exalate-issue-sync[bot] commented 4 years ago

Rachel Casali commented: I should be able to add this constraint on create or alter table