Skip to content

Commit

Permalink
Update hyperf.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
huangzhhui authored Aug 9, 2019
1 parent ab684f8 commit 0f5dfb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/hyperf.sql
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ DROP TABLE IF EXISTS `user`;
CREATE TABLE `user` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(32) NOT NULL DEFAULT '' COMMENT 'user name',
`gender` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT '1unknow 1boy 2girl',
`gender` tinyint(3) unsigned NOT NULL DEFAULT '0' COMMENT '1unknow 1male 2female',
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
PRIMARY KEY (`id`)
Expand Down

0 comments on commit 0f5dfb4

Please sign in to comment.