-- Add migration script here ALTER TABLE tasks ALTER COLUMN project_id SET references projects(id) on update cascade on delete set null,;