CREATE TABLE "accounts" ( "email" TEXT NOT NULL PRIMARY KEY ASC, "date" TIMESTAMP NOT NULL ) WITHOUT ROWID;