any idea what's wrong with this? ``` prisma...
# orm-help
f
any idea what's wrong with this?
Copy code
prisma.server.create({
            data: {
                id: guild.id,
                groups: JSON.stringify([]),
            },
        });

**Edit**: Nevermind
m
Have you ran the migrations and regenerated the Prisma client?