Is it possible to edit the core schema?

I've gone through the docs and could only find how to extend the core schema and edit tables or column names but in my setup i don't really need an email or emailVerified field is it possible to exclude these fields?
3 Replies
Dominik
Dominik4mo ago
This would be pretty good to know tbh
bekacru
bekacru4mo ago
you can change column or table names but you can't exclude them currently
betterAuth({
user: {
modelName: "users"
fieds: {
name: "dispalyName"
}
}
})
betterAuth({
user: {
modelName: "users"
fieds: {
name: "dispalyName"
}
}
})
Dominik
Dominik4mo ago
Damn that sucks hopefully they add that soon

Did you find this page helpful?