Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | int4 | 10 | null |
| Primary key. | ||||||
company_id | int4 | 10 | √ | null |
| Id of the company the record belongs to. | |||||
context | varchar | 255 | √ | null | Tag context - one of (‘sources’, ‘tags’, ‘offer_tags’). | ||||||
created_at | timestamp | 29,6 | √ | null | Date the record was created. | ||||||
name | varchar | 255 | √ | null | Tag name. | ||||||
searchable_name | varchar | 255 | √ | null | Tag name used for searching. | ||||||
updated_at | timestamp | 29,6 | √ | null | Date the record was updated. |