vercel_projects
Vercel projects, each of which deploys a single git repository.
-
id
Primary key - Unique identifier for the row.
-
team_id
Foreign key - ID of the vercel_team that owns the project.
-
source_id
Foreign key - Unique identifier of the project in Vercel.
-
name
string - Name of the project in Vercel.
-
framework
string - Framework Vercel detected for the project (e.g., "nextjs", "svelte").
-
repository
string - Git repository the project deploys, normalized to "owner/name".
-
git_provider
string - Git provider the project is linked to (github, gitlab, or bitbucket).
-
production_branch
string - Branch that Vercel deploys to the production environment.
-
paused
boolean - Whether the project is paused in Vercel.
-
api_accessible
boolean - Whether the project was returned by the API in the most recent sync.
-
created_at
date - When the project was created in Vercel.
-
updated_at
date - When the project was last updated in Vercel.