Skip to content

Commit 3bd24b2

Browse files
limingxinleohuangzhhui
authored andcommitted
1 parent 0c4bcc6 commit 3bd24b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ before_install:
6464
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
6565
CREATE TABLE `no_inc` (
6666
`id` bigint(20) unsigned NOT NULL,
67-
`name` varchar(32) NOT NULL DEFAULT '',
67+
`name` varchar(32) NOT NULL DEFAULT "",
6868
PRIMARY KEY (`id`)
6969
) ENGINE=InnoDB DEFAULT CHARSET=utf8;'
7070
- mysql -e 'CREATE DATABASE IF NOT EXISTS test2;

0 commit comments

Comments
 (0)