CAFECA-IO / BAIFA-web-crawling

BAIFA conducts web crawling from iSunCloud in frequence
0 stars 0 forks source link

將 evidence 產生的內容放進 evidences 資料表 content 欄位 #38

Closed gibbs-shih closed 3 months ago

gibbs-shih commented 6 months ago
字段名 資料類型 可否為空 默認值 描述 範例
id int4 AUTO_INCREMENT 主鍵,自動增長
chain_id int4 NULL 該evidence所屬的鏈id
evidence_id text NULL 該evidence 80位
created_timestamp int4 NULL 該evidence的創建時間 會是一串數字
contract_address text NULL 該evidence的合約地址
state text NULL 該evidence的狀態 table: codes對照
content text NULL 該evidence的內容 為json格式
token_id text NULL 該evidence的編號
creator_address text NULL 該evidence創建者的address
content text NULL 該evidence的內容 為json格式
-- -- -- -- -- --