Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT UNSIGNED | 20 | √ | null |
|
|
||||
visit_reservation_setting_id | BIGINT UNSIGNED | 20 | null |
|
|
|||||
day_type | TINYINT | 3 | null |
|
|
曜日、祝日 |
||||
per_time | TINYINT | 3 | null |
|
|
単位時間 |
||||
people_limit | TINYINT | 3 | null |
|
|
制限人数 |
||||
created_at | TIMESTAMP | 26 | √ | null |
|
|
||||
updated_at | TIMESTAMP | 26 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
visit_reservation_setting_id_foreign | Performance | Asc | visit_reservation_setting_id |