Add user first and last name fields to signup form
This commit is contained in:
2
migrations/0007_nervous_scalphunter.sql
Normal file
2
migrations/0007_nervous_scalphunter.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE "user" ADD COLUMN "first_name" text NOT NULL;--> statement-breakpoint
|
||||
ALTER TABLE "user" ADD COLUMN "last_name" text NOT NULL;
|
||||
Reference in New Issue
Block a user