Environments¶
The environment is used to separate workflows for a specific organization. Each environment instance has separate data but is under the same tenant. The most common use case for creating multiple environments is for testing and quality assurance. This might look like three different environments for the stages of deployment: sandbox, staging and production. Environments are persisted directly in the source and can be found where ever an organization is referenced.
Diagram¶
Table description¶
Column name |
Data type |
Description |
---|---|---|
id |
INTEGER |
An identifier for looking up or referencing this specific object. |
created_at |
TIMESTAMP |
A timestamp for when this row was first created. |
name |
VARCHAR |
A string that respresents what this object is called. |
org_id |
INTEGER |
An identifier referencing the organization related to this object. |