Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT UNSIGNED | 20 | √ | null |
|
|
||||
created_at | TIMESTAMP | 26 | √ | null |
|
|
||||
updated_at | TIMESTAMP | 26 | √ | null |
|
|
||||
store_customer_id | BIGINT UNSIGNED | 20 | √ | null |
|
|
店舗別顧客ID |
|||
kimaroom_rental_type | enum('housing', 'parking', 'business') | 8 | null |
|
|
キマRoomの物件種目 |
||||
kimaroom_rental_id | VARCHAR | 255 | null |
|
|
キマRoomの物件管理番号 |
||||
viewed_at | TIMESTAMP | 26 | √ | null |
|
|
物件内覧した日時 |
|||
inquired_at | TIMESTAMP | 26 | √ | null |
|
|
物件に対して反響が入った日時 |
|||
suggested_at | TIMESTAMP | 26 | √ | null |
|
|
物件を紹介した日時 |
|||
visited_at | TIMESTAMP | 26 | √ | null |
|
|
物件が理由で来店した日時 |
|||
applicated_at | TIMESTAMP | 26 | √ | null |
|
|
物件に申込した日時 |
|||
contracted_at | TIMESTAMP | 26 | √ | null |
|
|
物件に契約した日時 |
|||
lost_at | TIMESTAMP | 26 | √ | null |
|
|
他決した日時 |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
analysis_log_per_rentals_store_customer_id_foreign | Performance | Asc | store_customer_id |