-- AlterTable
ALTER TABLE "User" ADD COLUMN     "level" TEXT,
ADD COLUMN     "profilePicture" TEXT,
ADD COLUMN     "title" TEXT;
