alter table audit
add foreign key(emp_no)
references employees_test(id);