Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
limingxinleo authored and huangzhhui committed Sep 12, 2018
1 parent 0c4bcc6 commit 3bd24b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ before_install:
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
CREATE TABLE `no_inc` (
`id` bigint(20) unsigned NOT NULL,
`name` varchar(32) NOT NULL DEFAULT '',
`name` varchar(32) NOT NULL DEFAULT "",
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;'
- mysql -e 'CREATE DATABASE IF NOT EXISTS test2;
Expand Down

0 comments on commit 3bd24b2

Please sign in to comment.