From 95cd58bea023c397a2955e04cd4eee09ad30eea7 Mon Sep 17 00:00:00 2001 From: Bereket Engida Date: Wed, 19 Feb 2025 15:25:29 +0300 Subject: [PATCH] docs: clarify user table extension options in accounts documentation --- docs/content/docs/concepts/users-accounts.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/docs/concepts/users-accounts.mdx b/docs/content/docs/concepts/users-accounts.mdx index 79dfbb9532..6d058a19a4 100644 --- a/docs/content/docs/concepts/users-accounts.mdx +++ b/docs/content/docs/concepts/users-accounts.mdx @@ -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