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
commit
351ce8e5e5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +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;



Loading…
Cancel
Save