48721759d3
- Prisma: User.comment String? column + migration - UserContactEditor: comment shown in view mode, textarea in edit mode - updateUserContact action: saves comment to DB
3 lines
60 B
SQL
3 lines
60 B
SQL
-- AlterTable
|
|
ALTER TABLE "User" ADD COLUMN "comment" TEXT;
|