Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT UNSIGNED | 20 | √ | null |
|
|
||||
suggestion_id | BIGINT UNSIGNED | 20 | null |
|
|
|||||
rental_json | JSON | 1073741824 | √ | null |
|
|
物件情報 |
|||
created_at | TIMESTAMP | 26 | √ | null |
|
|
||||
updated_at | TIMESTAMP | 26 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
suggestion_rental_details_suggestion_id_unique | Must be unique | Asc | suggestion_id |