mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-28 01:46:45 -05:00
docs: clarify user table extension options in accounts documentation
This commit is contained in:
@@ -16,7 +16,7 @@ The user table stores the user data. The user table has the following fields:
|
||||
- `createdAt`: The creation date of the user.
|
||||
- `updatedAt`: The last update date of the user.
|
||||
|
||||
The user table can be extended by plugins to store additional data. When a plugin extends a user table it's inferred by the type system and can be used in the client.
|
||||
The user table can be extended using [additional fields](/docs/concepts/database#extending-core-schema) or by plugins to store additional data.
|
||||
|
||||
## Update User
|
||||
|
||||
|
||||
Reference in New Issue
Block a user