We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3413838 + 213818e commit 1312c78Copy full SHA for 1312c78
websites/databases/studygolang_db.sql
@@ -123,8 +123,6 @@ CREATE TABLE `user_login` (
123
UNIQUE KEY (`username`),
124
UNIQUE KEY (`email`)
125
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
126
-
127
-alter table `studygolang`.`user_login` add column `login_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '最后一次登录时间(主动登录或cookie登录)' after `passwd`
128
129
/*---------------------------------------------------------------------------*
130
NAME: bind_user
0 commit comments