mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-24 07:19:36 +02:00
2 lines
No EOL
138 B
SQL
2 lines
No EOL
138 B
SQL
ALTER TABLE "user" ADD COLUMN "first_name" text NOT NULL;--> statement-breakpoint
|
|
ALTER TABLE "user" ADD COLUMN "last_name" text NOT NULL; |