docs: updated teams schema (#1640)

Co-authored-by: Bereket Engida <86073083+Bekacru@users.noreply.github.com>
This commit is contained in:
Igor Pawelec
2025-04-11 09:19:30 +02:00
committed by GitHub
parent a42671a8e7
commit 0214251e3b

View File

@@ -1176,8 +1176,33 @@ Table Name: `team`
description: "Timestamp of when the team was created"
},
]}
/>
/>
Table Name: `member`
<DatabaseTable
fields={[
{
name: "teamId",
type: "string",
description: "The id of the team",
isOptional: true
},
]}
/>
Table Name: `invitation`
<DatabaseTable
fields={[
{
name: "teamId",
type: "string",
description: "The id of the team",
isOptional: true
},
]}
/>
### Customizing the Schema