Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
chain33-pai
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ligaishun
chain33-pai
Commits
28512777
Commit
28512777
authored
Oct 12, 2019
by
szh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update mysql
parent
8890e04a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
raspberry.sql
docs/sql/raspberry.sql
+2
-2
No files found.
docs/sql/raspberry.sql
View file @
28512777
...
...
@@ -10,7 +10,7 @@ Target Server Type : MYSQL
Target Server Version : 50553
File Encoding : 65001
Date: 2019-10-1
1 11:25:55
Date: 2019-10-1
2 10:20:44
*/
SET
FOREIGN_KEY_CHECKS
=
0
;
...
...
@@ -56,4 +56,4 @@ CREATE TABLE `rasp_miner_txs` (
`time`
int
(
11
)
DEFAULT
'0'
COMMENT
'挖矿时间'
,
PRIMARY
KEY
(
`height`
),
KEY
`miner`
(
`miner`
)
)
ENGINE
=
MyISAM
DEFAULT
CHARSET
=
utf8
;
)
ENGINE
=
InnoDB
DEFAULT
CHARSET
=
utf8
;
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