sqlite创建表

 

create table bike
(id varchar(6) primary key,
password char(6));

 

posted @ 2016-11-17 14:33  ChuckLu  阅读(246)  评论(0)    收藏  举报