Skip to content

Commit

Permalink
fix reg_date bug
Browse files Browse the repository at this point in the history
  • Loading branch information
SpiritRain committed Oct 30, 2016
1 parent 1509da4 commit 7ff4298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db.sql
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ CREATE TABLE `user` (
`last_get_gift_time` int(11) NOT NULL DEFAULT '0',
`last_check_in_time` int(11) NOT NULL DEFAULT '0',
`last_rest_pass_time` int(11) NOT NULL DEFAULT '0',
`reg_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`reg_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`invite_num` int(8) NOT NULL DEFAULT '0',
`is_admin` int(2) NOT NULL DEFAULT '0',
`ref_by` int(11) NOT NULL DEFAULT '0',
Expand Down

0 comments on commit 7ff4298

Please sign in to comment.