8 lines
439 B
MySQL
8 lines
439 B
MySQL
|
-- +goose Up
|
||
|
COMMENT ON TABLE public.nodes IS E'@name NodeIDs';
|
||
|
COMMENT ON TABLE btc.header_cids IS E'@name BtcHeaderCids';
|
||
|
COMMENT ON TABLE btc.transaction_cids IS E'@name BtcTransactionCids';
|
||
|
COMMENT ON TABLE btc.queue_data IS E'@name BtcQueueData';
|
||
|
COMMENT ON TABLE eth.transaction_cids IS E'@name EthTransactionCids';
|
||
|
COMMENT ON TABLE eth.header_cids IS E'@name EthHeaderCids';
|
||
|
COMMENT ON TABLE eth.queue_data IS E'@name EthQueueData';
|