Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | varchar | 255 | null |
| Primary key. | ||||||
| admin_id | int4 | 10 | √ | null |
| Id of the admin 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. | ||||||
| ended_at | timestamp | 29,6 | √ | null | Date the campain ended. | ||||||
| expired_at | timestamp | 29,6 | √ | null | Date the campaign expired. | ||||||
| name | varchar | 255 | √ | null | Campaign name. | ||||||
| offer_id | int4 | 10 | √ | null |
| Id of the offer the record belongs to. | |||||
| status | varchar | 255 | √ | null | Campaign status. | ||||||
| updated_at | timestamp | 29,6 | √ | null | Date the record was updated. |