create table Account( username char,password char,status boolean,times int,disable boolean,date timestamp not null default (datetime('now','localtime')))
insert into Account ("username","password","status","times","disable") VALUES('13201544054','aa123456',1,0)
原文链接:https://www.f2er.com/sqlite/199261.html