This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
seata
/
seata-go
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
11
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
fix at smaple sql (
#385
)
fix the table structure in testdata sql requires fewer fields than that in smaple (
#385
)
tags/v1.0.3
Jason Deng
GitHub
2 years ago
parent
fb92a142b9
commit
351ce8e5e5
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
testdata/sql/all_in_one.sql
+ 1
- 0
testdata/sql/all_in_one.sql
View File
@@ -33,6 +33,7 @@ CREATE TABLE `order_tbl`
`commodity_code` varchar(255) DEFAULT NULL,
`count` int(11) DEFAULT 0,
`money` int(11) DEFAULT 0,
`descs` varchar(255) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
Write
Preview
Loading…
Cancel
Save