BEGIN; CREATE TABLE "public"."wins" ( "data" JSON NOT NULL, "timestamp" Timestamp Without Time Zone DEFAULT CURRENT_TIMESTAMP ); ; COMMIT;