Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
id | CHAR | 36 | null |
|
|
|||
bean_id | CHAR | 36 | √ | null |
|
|
||
bean_module | VARCHAR | 100 | √ | null |
|
|
||
date_modified | DATETIME | 19 | √ | null |
|
|
||
date_created | DATETIME | 19 | √ | null |
|
|
||
processed | BIT | 1 | √ | 0 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
idx_beanid | Performance | Asc | bean_id |
idx_beanmodule_processed | Performance | Asc/Asc | bean_module + processed |