Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| customer_studio_history_id | int8 | 19 | null |
|
|
The primary key of this table. |
|||||
| customer_id | int8 | 19 | null |
|
|
The customer who has a relationship with the studio. |
|||||
| organization_unit_id | int8 | 19 | null |
|
|
The studio (organization unit) that the customer is associated with. |
|||||
| start_date | date | 13 | √ | null |
|
|
The date when the customer’s relationship with this studio began. |
||||
| end_date | date | 13 | √ | null |
|
|
The date when the customer’s relationship with this studio ended. NULL indicates the relationship is still active. |
||||
| last_updated | timestamptz | 35 | √ | null |
|
|
System column. UTC Timestamp at which entry was calculated (lags behind source system). |

