kkreft
2/27/2014 - 1:55 PM

SQL Foreign Key

ALTER TABLE tbl_texts ADD CONSTRAINT fk_author_id FOREIGN KEY (author_id) references tbl_user(id);