mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-10 04:19:32 +00:00
docs: updated teams schema (#1640)
Co-authored-by: Bereket Engida <86073083+Bekacru@users.noreply.github.com>
This commit is contained in:
@@ -1176,8 +1176,33 @@ Table Name: `team`
|
|||||||
description: "Timestamp of when the team was created"
|
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
|
### Customizing the Schema
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user