发表于: 2016-12-09 23:05:44
1 1481
一.今天完成的事情
1.Student表t添加两个字段:
alter table student add column student_iphone int(11) not null;
alter table student change student_iphone student_iphone bigint(20) unique not null;
alter table student add column student_password int(11) not null;
二.明天的计划
三.遇到的问题
四.收获
评论