VoxLight

Results 2 issues of VoxLight

I set up a table with this query: ```SQL CREATE TABLE "FCMembers" ( "memberId" TEXT NOT NULL UNIQUE, "name" TEXT, "money" INTEGER DEFAULT 1000, PRIMARY KEY("memberId") ); ``` Then I...