compareware/Application/Migration/1712850449.sql

2 lines
112 B
MySQL
Raw Normal View History

2024-04-11 18:25:09 +02:00
ALTER TABLE tags ADD CONSTRAINT tags_ref_item_id FOREIGN KEY (item_id) REFERENCES items (id) ON DELETE CASCADE;