Skip to content

Instantly share code, notes, and snippets.

@morrislaptop
Created January 13, 2021 20:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save morrislaptop/deeda9abea423a2bb2f73123591bb00e to your computer and use it in GitHub Desktop.
Save morrislaptop/deeda9abea423a2bb2f73123591bb00e to your computer and use it in GitHub Desktop.
models:
Build:
project_id: id
sha: string
message: string
ref: string
committed_at: datetime
build_started_at: datetime nullable
build_finished_at: datetime nullable
output: text nullable
status: string
relationships:
hasMany: Template
Template:
build_id: id
path: string
screenshot_url: string nullable
spam: json nullable
status: string
address: string
email: string
name: string
username: string
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment