Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | INT UNSIGNED | 10 | √ | null |
|
|
||||
report_id | INT UNSIGNED | 10 | 0 |
|
|
|||||
auto | INT UNSIGNED | 10 | 0 |
|
|
|||||
last | DATETIME | 19 | √ | null |
|
|
||||
recipient | INT UNSIGNED | 10 | 0 |
|
|
|||||
VARCHAR | 254 | null |
|
|
||||||
client | INT UNSIGNED | 10 | √ | 0 |
|
|
||||
domain | INT UNSIGNED | 10 | √ | 0 |
|
|
Table contained 0 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
client | Performance | Asc | client |
domain | Performance | Asc | domain |
report_id | Performance | Asc | report_id |