Update database schema and add signup_date, last_login, and role columns to user table
This commit is contained in:
3
migrations/0003_easy_iron_monger.sql
Normal file
3
migrations/0003_easy_iron_monger.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE "user" ADD COLUMN "signup_date" timestamp with time zone NOT NULL;--> statement-breakpoint
|
||||
ALTER TABLE "user" ADD COLUMN "last_login" timestamp with time zone;--> statement-breakpoint
|
||||
ALTER TABLE "user" ADD COLUMN "role" text NOT NULL;
|
||||
Reference in New Issue
Block a user