1、建立带有复合主键的表User该表使用 username+phone 做为复合组件create table user( username varchar(50) not null, phone varchar(11) not null, email varchar