CREATE TABLE "Account" ( "Uid" integer NOT NULL, "UserName" TEXT(255) NOT NULL, "Password" TEXT(255) NOT NULL, PRIMARY KEY("Uid" AUTOINCREMENT) );