Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT UNSIGNED | 20 | √ | null |
|
|
||||
company_id | BIGINT UNSIGNED | 20 | null |
|
|
会社ID |
||||
enable_aggregation | TINYINT | 3 | 1 |
|
|
名寄有効フラグ |
||||
aggregation_scope | enum('company', 'store') | 7 | company |
|
|
名寄有効範囲 |
||||
privacy_policy_kind | enum('none', 'web', 'pdf', 'text') | 4 | √ | none |
|
|
個人情報取扱区分 |
|||
privacy_policy_content | TEXT | 65535 | √ | null |
|
|
個人情報同意文面 |
|||
created_at | TIMESTAMP | 26 | √ | null |
|
|
||||
updated_at | TIMESTAMP | 26 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
company_settings_company_id_unique | Must be unique | Asc | company_id |