time TimeStamp NOT NULL DEFAULT (datetime('now','localtime'));
string sql5 ="CREATE TABLE roundsdata(type INTEGER,round INTEGER,rightnum INTEGER,time not null default (datetime('now','localtime')))"; 插入北京时间的方法 string sql2 ="CREATE TABLE game_wrongs( type INTEGER,questionid INTEGER primary key,time not null default current_timestamp)";
|