CREATE TABLE user_logins (
    user_id INT,
    login_time DATETIME DEFAULT LOCALTIME
);