mirror of
https://github.com/azaion/admin.git
synced 2026-04-22 10:16:32 +00:00
Add LastLogin and CreatedAt to User
This commit is contained in:
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE public.users
|
||||
ADD COLUMN IF NOT EXISTS created_at timestamp not null default now(),
|
||||
ADD COLUMN IF NOT EXISTS last_login timestamp null;
|
||||
Reference in New Issue
Block a user