Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT UNSIGNED | 20 | √ | null |
|
|
||||||
company_id | BIGINT UNSIGNED | 20 | null |
|
|
会社ID |
||||||
advertising_medium_id | BIGINT UNSIGNED | 20 | √ | null |
|
|
反響媒体ID |
|||||
name | VARCHAR | 255 | null |
|
|
|||||||
created_at | TIMESTAMP | 26 | √ | null |
|
|
||||||
updated_at | TIMESTAMP | 26 | √ | null |
|
|
||||||
deleted_at | TIMESTAMP | 26 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
inquiry_definitions_advertising_medium_id_foreign | Performance | Asc | advertising_medium_id |
inquiry_definitions_company_id_foreign | Performance | Asc | company_id |