Add comment field to user profile in admin panel
- Prisma: User.comment String? column + migration - UserContactEditor: comment shown in view mode, textarea in edit mode - updateUserContact action: saves comment to DB
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "User" ADD COLUMN "comment" TEXT;
|
||||
Reference in New Issue
Block a user