mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-08-03 12:15:19 +02:00
3 lines
247 B
MySQL
3 lines
247 B
MySQL
|
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;
|