Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT UNSIGNED | 20 | √ | null |
|
|
||||
web_meeting_id | BIGINT UNSIGNED | 20 | null |
|
|
担当者ID |
||||
uid | BIGINT UNSIGNED | 20 | null |
|
|
WEBMTG_UID |
||||
duration | BIGINT UNSIGNED | 20 | √ | null |
|
|
通話時間 |
|||
created_at | TIMESTAMP | 26 | √ | null |
|
|
||||
updated_at | TIMESTAMP | 26 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
web_meeting_durations_web_meeting_id_foreign | Performance | Asc | web_meeting_id |