It appears that its not inserting into the correct...
# orm-help
l
It appears that its not inserting into the correct columns... example:
logChannelId
i set to `"3"`but in the database it is inserted as 4?
Copy code
await self.client.prisma.serververification.create(data={
            "guildId": "1",
            "enabled": True,
            "logChannelId": "3",
            "panelMessageId": "4",
            "panelChannelId": "5",
            "verifiedRoleId": "6",
        })
This doesn't make much sense at all.