alter table adresses add column delivery_id integer references webshop_delivery(id) ON DELETE RESTRICT;