Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT UNSIGNED | 20 | √ | null |
|
|
見積書式ID |
|||
company_id | BIGINT UNSIGNED | 20 | null |
|
|
会社ID |
||||
name | VARCHAR | 255 | null |
|
|
表示書式名 |
||||
template_code | 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 |
company_estimation_templates_company_id_foreign | Performance | Asc | company_id |
company_estimation_templates_template_code_unique | Must be unique | Asc | template_code |