Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT UNSIGNED | 20 | √ | null |
|
|
||||
staff_id | BIGINT UNSIGNED | 20 | null |
|
|
|||||
customer_id | 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 |
bulk_operation_customer_lists_customer_id_foreign | Performance | Asc | customer_id |
bulk_operation_customer_lists_staff_id_foreign | Performance | Asc | staff_id |