alter table report add road_id int; alter table report add constraint report_road_id_fk foreign key (road_id) references road;