Skip to content

Commit

Permalink
修复TravisCi Build失败的BUG (swoft-cloud/swoft-component#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
limingxinleo authored and huangzhhui committed Aug 1, 2018
1 parent d1f3a1c commit c4cf88e
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 @@ -21,7 +21,7 @@ before_install:
) ENGINE = INNODB DEFAULT CHARSET = utf8 ;
CREATE TABLE `user2` (
`id` BIGINT (20) NOT NULL AUTO_INCREMENT,
`oid` BIGINT (20) NOT NULL DEFAULT '0',
`oid` BIGINT (20) UNSIGNED NOT NULL DEFAULT '0',
`name` VARCHAR (20) DEFAULT NULL,
`sex` TINYINT (1) NOT NULL DEFAULT '0',
`age` SMALLINT (1) NOT NULL DEFAULT '0',
Expand Down

0 comments on commit c4cf88e

Please sign in to comment.