alter table audit
add constraint fk
foreign key (emp_no)
references employees_test(id)
on delete cascade
on update cascade