mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-23 23:52:05 -05:00
Update next-auth-migration-guide.mdx
This commit is contained in:
committed by
GitHub
parent
30e0197347
commit
178e630bc0
@@ -51,7 +51,7 @@ Make sure to have `createdAt` and `updatedAt` fields on your session schema.
|
||||
|
||||
#### Verification Schema
|
||||
|
||||
- Rename the schema name from `VerificationToken` to `Verification`. Depending on your ORM, the table/model name may need to be lowercase (`verification`) or PascalCase (`Verification`).
|
||||
- Rename the schema name from `VerificationToken` to `Verification`. Depending on your ORM, the name may need to be lowercase (`verification`) or PascalCase (`Verification`).
|
||||
|
||||
|
||||
#### Account Schema
|
||||
|
||||
Reference in New Issue
Block a user