Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions websites/databases/studygolang_db.sql
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,6 @@ CREATE TABLE `user_login` (
UNIQUE KEY (`username`),
UNIQUE KEY (`email`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

alter table `studygolang`.`user_login` add column `login_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '最后一次登录时间(主动登录或cookie登录)' after `passwd`

/*---------------------------------------------------------------------------*
NAME: bind_user
Expand Down