Please enable JavaScript.
Coggle requires JavaScript to display documents.
Schema, This is in Clerk for MVP - Coggle Diagram
Schema
Documents
id
title
description
kind
userId
chatId
projectId
Project
Id
name
Description
defaultTimestamps
userId
slug
Related Tables (Plurals are just for denoting one to many)
Source Control
Table
id
defaultTimestamps
repoConfiguration
projectId
repoUrl
SourceControlIntegrationId
SourceControlIntegration (Table)
Table
defaultTimestamps
provider (github only)
configuration
id
Environments
Table
id
name
defaultTimestamps
description
projectId
Deployments
Table
id
defaultTimestamps
environmentId
status
deployedBy
projectId
Chats
projectId
id
title
defaultTimestamps
Message
id
chatId
role
defaultTimestamps
parts
content (deprecated)
attachments
userId
WebHooks
defaultTimestamp
id
description
name
projectId
Variables
id
key
value
description
type
Team
id
orgId
name
description
defaultTimeStamps
Integrations
id
provider
type
configuration
orgId
ProjectAccess
id
userId
teamId
defaultTimestamps
Organization
Id
OrgSlug
OrgName
defaultTimestamps
ProjectVariables
id
projectId
variableId
Settings
ChatVariables
id
chatid
variableId
This is in Clerk for MVP