modules table columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||||
name | VARCHAR | 20 |
|
|
||||||||
cron | BIGINT | 19 | 0 |
|
|
|||||||
lastcron | BIGINT | 19 | 0 |
|
|
|||||||
search | VARCHAR | 255 |
|
|
||||||||
visible | BIT | 1 | 1 |
|
|
Table contained -1 rows
modules table indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
modu_nam_ix | Performance | Asc | name |