I have the following tables in SQLite.
CREATE TABLE IF NOT EXISTS "payouts" ( "id" INTEGER NOT NULL UNIQUE, "amount" TEXT NOT NULL);