2016年10月12日
摘要: 用于mysql当表格已经建好之后再向它添加外键: alter table table1 add foreign key (id) references table2(id); 阅读全文
posted @ 2016-10-12 19:57 XMY_Lydia 阅读(140) 评论(0) 推荐(0)