sprawić, że zagraniczny klucz sql istnieje
ALTER TABLE orders ADD FOREIGN KEY (status_id) REFERENCES status(id) ON DELETE CASCADE;
Strange Sandpiper
ALTER TABLE orders ADD FOREIGN KEY (status_id) REFERENCES status(id) ON DELETE CASCADE;