Create foreign keys at the time of table creation. create table device( type_id int auto_increment, name varchar(100) not null, primary key(type_id) );.
確定! 回上一頁