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