Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
explorer-deploy
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
explorer-for-cmp20
explorer-deploy
Commits
cfa03bd9
Commit
cfa03bd9
authored
Nov 11, 2025
by
贾浩@五瓣科技
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update 001-table-tidb_block_browser.sql
parent
f89ba65d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
001-table-tidb_block_browser.sql
mysql/init/001-table-tidb_block_browser.sql
+1
-0
No files found.
mysql/init/001-table-tidb_block_browser.sql
View file @
cfa03bd9
...
@@ -193,6 +193,7 @@ CREATE TABLE `tb_block` (
...
@@ -193,6 +193,7 @@ CREATE TABLE `tb_block` (
`update_time`
timestamp
NULL
DEFAULT
CURRENT_TIMESTAMP
ON
UPDATE
CURRENT_TIMESTAMP
COMMENT
'更新时间'
,
`update_time`
timestamp
NULL
DEFAULT
CURRENT_TIMESTAMP
ON
UPDATE
CURRENT_TIMESTAMP
COMMENT
'更新时间'
,
PRIMARY
KEY
(
`id`
),
PRIMARY
KEY
(
`id`
),
KEY
`block_id`
(
`block_id`
),
KEY
`block_id`
(
`block_id`
),
KEY
`block_hash`
(
`block_hash`
),
KEY
`validated_hash_index`
(
`validated_hash`
),
KEY
`validated_hash_index`
(
`validated_hash`
),
KEY
`block_time_index`
(
`block_time`
)
KEY
`block_time_index`
(
`block_time`
)
)
ENGINE
=
InnoDB
DEFAULT
CHARSET
=
utf8mb4
COLLATE
=
utf8mb4_bin
COMMENT
=
'区块信息表'
;
)
ENGINE
=
InnoDB
DEFAULT
CHARSET
=
utf8mb4
COLLATE
=
utf8mb4_bin
COMMENT
=
'区块信息表'
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment