Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT UNSIGNED | 20 | √ | null |
|
|
||||
store_customer_id | BIGINT UNSIGNED | 20 | null |
|
|
店舗別顧客ID |
||||
message_view | TINYINT | 3 | 1 |
|
|
メッセージ閲覧 |
||||
rental_detail_view | TINYINT | 3 | 1 |
|
|
物件詳細閲覧 |
||||
rental_favorite | TINYINT | 3 | 1 |
|
|
物件お気に入り登録 |
||||
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 |
task_settings_store_customer_id_foreign | Performance | Asc | store_customer_id |