Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | int4 | 10 | null | Primary key. | |||||||
acquisition_campaign_id | varchar | 255 | √ | null |
| Id of the acquisition campaign the record belongs to. | |||||
acquisition_product_id | varchar | 255 | √ | null |
| Id of the acquisition product the record belongs to. | |||||
company_id | int4 | 10 | √ | null |
| Id of the company the record belongs to. | |||||
created_at | timestamp | 29,6 | √ | null | Date the record was created. | ||||||
delivered_at | timestamp | 29,6 | √ | null | Date the order was delivered. | ||||||
price_eur | int4 | 10 | √ | null | Price in Euro. | ||||||
price_gbp | int4 | 10 | √ | null | Price in British pound. | ||||||
price_usd | int4 | 10 | √ | null | Price in United States dollar. | ||||||
status | varchar | 255 | √ | null | Order status. | ||||||
updated_at | timestamp | 29,6 | √ | null | Date the record was updated. |