docs: clarify user table extension options in accounts documentation

This commit is contained in:
Bereket Engida
2025-02-19 15:25:29 +03:00
parent 261fe93173
commit 95cd58bea0

View File

@@ -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