create table ta(主键 int primary key)
create table tb(外键 int references ta(主键))