Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | BIGINT UNSIGNED | 20 | √ | null |
|
|
加盟店マスタのID |
|
| affiliated_store_id | VARCHAR | 8 | null |
|
|
加盟店ID |
||
| affiliated_store_group_id_first | VARCHAR | 8 | null |
|
|
加盟店グループID |
||
| affiliated_store_group_id_second | VARCHAR | 8 | null |
|
|
加盟店グループID2 |
||
| affiliated_store_group_id_third | VARCHAR | 8 | null |
|
|
加盟店グループID3 |
||
| affiliated_store_name | VARCHAR | 255 | √ | null |
|
|
加盟店名称 |
|
| store_code | VARCHAR | 8 | √ | null |
|
|
店舗コード |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| nk_affliated_stores_affiliated_store_group_id_first_index | Performance | Asc | affiliated_store_group_id_first |
| nk_affliated_stores_affiliated_store_group_id_second_index | Performance | Asc | affiliated_store_group_id_second |
| nk_affliated_stores_affiliated_store_group_id_third_index | Performance | Asc | affiliated_store_group_id_third |
| nk_affliated_stores_affiliated_store_id_index | Performance | Asc | affiliated_store_id |
| nk_affliated_stores_store_code_index | Performance | Asc | store_code |