mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-08-03 12:15:19 +02:00
2 lines
138 B
MySQL
2 lines
138 B
MySQL
|
ALTER TABLE "user" ADD COLUMN "first_name" text NOT NULL;--> statement-breakpoint
|
||
|
ALTER TABLE "user" ADD COLUMN "last_name" text NOT NULL;
|