OSDN Git Service

fix
authorHAOYUatHZ <haoyu@protonmail.com>
Wed, 26 Jun 2019 07:56:37 +0000 (15:56 +0800)
committerHAOYUatHZ <haoyu@protonmail.com>
Wed, 26 Jun 2019 07:56:37 +0000 (15:56 +0800)
docs/federation/federation.sql

index fe5c668..dad8c5c 100644 (file)
@@ -47,12 +47,14 @@ CREATE TABLE `cross_transactions` (
   `id` int(11) NOT NULL AUTO_INCREMENT,
   `chain_id` tinyint(1) NOT NULL,
   `source_block_height` int(11) NOT NULL,
+  `source_block_timestamp` int(11) NOT NULL,
   `source_block_hash` char(64) NOT NULL,
   `source_tx_index` int(11) NOT NULL,
   `source_mux_id` char(64) NOT NULL,
   `source_tx_hash` char(64) NOT NULL,
   `source_raw_transaction` mediumtext NOT NULL,
   `dest_block_height` int(11) DEFAULT NULL,
+  `dest_block_timestamp` int(11) DEFAULT NULL,
   `dest_block_hash` char(64) DEFAULT NULL,
   `dest_tx_index` int(11) DEFAULT NULL,
   `dest_tx_hash` char(64) DEFAULT NULL,