Skip to content

Commit 166a16a

Browse files
limingxinleohuangzhhui
authored andcommitted
修复TravisCi Build失败的BUG (swoft-cloud/swoft-component#154)
1 parent b3ec760 commit 166a16a

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
@@ -21,7 +21,7 @@ before_install:
2121
) ENGINE = INNODB DEFAULT CHARSET = utf8 ;
2222
CREATE TABLE `user2` (
2323
`id` BIGINT (20) NOT NULL AUTO_INCREMENT,
24-
`oid` BIGINT (20) NOT NULL DEFAULT '0',
24+
`oid` BIGINT (20) UNSIGNED NOT NULL DEFAULT '0',
2525
`name` VARCHAR (20) DEFAULT NULL,
2626
`sex` TINYINT (1) NOT NULL DEFAULT '0',
2727
`age` SMALLINT (1) NOT NULL DEFAULT '0',

0 commit comments

Comments
 (0)