Jadikan Kunci Asing SQL di Row

ALTER TABLE orders ADD FOREIGN KEY (status_id) REFERENCES status(id) ON DELETE CASCADE;
Strange Sandpiper