[关闭]
@Tyhj 2016-09-19T01:24:09.000000Z 字数 237 阅读 1358

代码收集

collect


2016/9/19 0:19

Mylogin/mysql 建表代码

  1. mysql> create table user
  2. ( id varchar(200) primary key,
  3. password nvarchar(50) not null,
  4. headImage text,
  5. name nvarchar(50),
  6. email nvarchar(50),
  7. signature text,
  8. place nvarchar(50),
  9. snumber nvarchar(50)
  10. ) default charset = utf8;
添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注