forked from cerc-io/ipld-eth-server
Convert Bite event field types to numeric
- Enables arithmetic operations when constructing views - Also removes application-level references to DB ID
This commit is contained in:
+4
-4
@@ -66,11 +66,11 @@ CREATE TABLE maker.bite (
|
||||
header_id integer NOT NULL,
|
||||
ilk text,
|
||||
urn text,
|
||||
ink character varying,
|
||||
art character varying,
|
||||
iart character varying,
|
||||
ink numeric,
|
||||
art numeric,
|
||||
iart numeric,
|
||||
tab numeric,
|
||||
flip character varying,
|
||||
nflip numeric,
|
||||
tx_idx integer NOT NULL,
|
||||
raw_log jsonb
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user