mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2026-01-01 19:18:39 -05:00
2 lines
142 B
SQL
2 lines
142 B
SQL
ALTER TABLE "user" ADD COLUMN "username" text NOT NULL;--> statement-breakpoint
|
|
ALTER TABLE "user" ADD COLUMN "hashed_password" text NOT NULL; |