mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-25 15:59:38 +02:00
2 lines
142 B
MySQL
2 lines
142 B
MySQL
|
ALTER TABLE "user" ADD COLUMN "username" text NOT NULL;--> statement-breakpoint
|
||
|
ALTER TABLE "user" ADD COLUMN "hashed_password" text NOT NULL;
|