lume/src-tauri/migrations/20230817014932_add_last_login_time_to_account.sql

3 lines
101 B
MySQL
Raw Normal View History

2023-08-17 08:11:40 +00:00
-- Add migration script here
ALTER TABLE accounts
ADD COLUMN last_login_at NUMBER NOT NULL DEFAULT 0;