Organizations

The organization object represents the seller of goods and services. This is often the company that is using bframe, but it can also be a line of business or reseller. org_id, which stands for “organization ID”, can be found on most models within the bframe schema. org_id is used to determine the owner of each row and is the primary filter used for supporting bframe’s multi-tenancy. Organizations are persisted directly in the source.

Diagram

../_images/organization_erd.svg

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.