Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT UNSIGNED | 20 | √ | null |
|
|
||||
company_id | BIGINT UNSIGNED | 20 | null |
|
|
会社ID |
||||
title_label | VARCHAR | 30 | null |
|
|
表示名 |
||||
logic_name | VARCHAR | 30 | null |
|
|
集計処理名 |
||||
inject_field_name | VARCHAR | 100 | null |
|
|
集計処理で追加で利用するパラメータ(company_addition_items.field_name を想定) |
||||
render_template | VARCHAR | 30 | 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_analysis_configs_company_id_foreign | Performance | Asc | company_id |