Wrong inferred type
Hi,
I don't know why, but inferSession still has the ID as a string, same for the user, even though I set:
I don't know why, but inferSession still has the ID as a string, same for the user, even though I set:
database: {
useNumberId: true,
generateId: false
}id will still be a string, in the DB it may be a number, but it will be converted to a string automatically.useNumberId. Same for the response schema of endpoints like /sign-up/emailid being a string. If we converted it to a number lots of plugins and libraries that work with Better Auth will have issues.useNumberId