Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
bupt1987 committed Aug 28, 2014
1 parent bf38603 commit e213ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/jgframework.sql
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ CREATE TABLE IF NOT EXISTS `user_info` (
`experience` int(11) NOT NULL,
`level` int(11) NOT NULL,
`nickname` varchar(30) NOT NULL,
PRIMARY KEY (`uid`),
PRIMARY KEY (`uid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

0 comments on commit e213ab7

Please sign in to comment.