ALTER TABLE audit

ADD FOREIGN KEY (EMP_no)

REFERENCES employees_test (ID);

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