Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | int4 | 10 | √ | null |
|
|
|||||
| booking_id | int4 | 10 | √ | null |
|
|
|||||
| register_id | int4 | 10 | √ | null |
|
|
|||||
| message | text | 2147483647 | √ | null |
|
|
|||||
| message_time | timestamptz | 35,6 | √ | CURRENT_TIMESTAMP |
|
|
|||||
| message_from | text | 2147483647 | √ | null |
|
|
|||||
| entry_by | text | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| pk_guest_messages | Primary key | Asc | id |
| idx_guest_messages_booking_id | Performance | Asc | booking_id |
| idx_guest_messages_register_id | Performance | Asc | register_id |

