Commit cfa03bd9 authored by 贾浩@五瓣科技's avatar 贾浩@五瓣科技

Update 001-table-tidb_block_browser.sql

parent f89ba65d
......@@ -193,6 +193,7 @@ CREATE TABLE `tb_block` (
`update_time` timestamp NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间',
PRIMARY KEY (`id`),
KEY `block_id` (`block_id`),
KEY `block_hash` (`block_hash`),
KEY `validated_hash_index` (`validated_hash`),
KEY `block_time_index` (`block_time`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin COMMENT='区块信息表';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment