3 lines
238 B
MySQL
3 lines
238 B
MySQL
|
|
ALTER TABLE "accounts" ADD COLUMN "access_token_expires_at" timestamp;--> statement-breakpoint
|
||
|
|
ALTER TABLE "accounts" ADD COLUMN "refresh_token_expires_at" timestamp;--> statement-breakpoint
|
||
|
|
ALTER TABLE "accounts" ADD COLUMN "scope" text;
|