Remember last login
This commit is contained in:
@ -9,7 +9,8 @@ CREATE TABLE users (
|
||||
id uuid DEFAULT uuid_generate_v4() PRIMARY KEY,
|
||||
email text NOT NULL,
|
||||
name text NOT NULL,
|
||||
password text NOT NULL
|
||||
password text NOT NULL,
|
||||
last_login timestamp with time zone
|
||||
);
|
||||
|
||||
CREATE TABLE user_budgets (
|
||||
|
Reference in New Issue
Block a user