Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT UNSIGNED | 20 | √ | null |
|
|
||||
company_id | BIGINT UNSIGNED | 20 | null |
|
|
会社ID |
||||
title | VARCHAR | 255 | null |
|
|
タイトル |
||||
business_phase | enum('inquiry', 'visit', 'application', 'contract') | 11 | √ | null |
|
|
業務フェーズ |
|||
sort_order | INT | 10 | 1 |
|
|
並び順 |
||||
created_at | TIMESTAMP | 26 | √ | null |
|
|
||||
updated_at | TIMESTAMP | 26 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
company_task_templates_company_id_foreign | Performance | Asc | company_id |