Add transaction index to flip kick

This commit is contained in:
Rob Mulholand
2018-09-12 11:35:32 -05:00
parent a843de5eb7
commit b2ba7ee1e3
8 changed files with 54 additions and 50 deletions
@@ -8,5 +8,6 @@ CREATE TABLE maker.flip_kick (
"end" TIMESTAMP WITH TIME ZONE,
urn VARCHAR,
tab NUMERIC,
tx_idx INTEGER NOT NUll,
raw_log JSONB
);
+1
View File
@@ -233,6 +233,7 @@ CREATE TABLE maker.flip_kick (
"end" timestamp with time zone,
urn character varying,
tab numeric,
tx_idx integer NOT NULL,
raw_log jsonb
);