Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT UNSIGNED | 20 | √ | null |
|
|
||||
staff_id | BIGINT UNSIGNED | 20 | null |
|
|
担当者ID |
||||
csv_type | VARCHAR | 255 | null |
|
|
CSVタイプ |
||||
period_start | DATETIME | 26 | null |
|
|
対象期間(開始) |
||||
period_end | DATETIME | 26 | null |
|
|
対象期間(終了) |
||||
file_name | VARCHAR | 255 | √ | null |
|
|
ファイル名 |
|||
file_path | VARCHAR | 255 | √ | null |
|
|
ファイルパス |
|||
completed_at | DATETIME | 26 | √ | null |
|
|
||||
created_at | TIMESTAMP | 26 | √ | null |
|
|
||||
updated_at | TIMESTAMP | 26 | √ | null |
|
|
||||
deleted_at | TIMESTAMP | 26 | √ | null |
|
|
||||
store_ids | JSON | 1073741824 | null |
|
|
店舗ID配列 |
||||
individual_params | JSON | 1073741824 | √ | null |
|
|
CSV別のパラメータ |
|||
login_staff_id | BIGINT UNSIGNED | 20 | √ | null |
|
|
ログインスタッフID |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
export_analysis_csv_files_login_staff_id_foreign | Performance | Asc | login_staff_id |
export_analysis_csv_files_staff_id_foreign | Performance | Asc | staff_id |