Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
job_id | BIGINT | 19 | null |
|
|
|||||
parameter_name | VARCHAR | 100 | null |
|
|
|||||
parameter_value | INT | 10 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
FK_job_id | Performance | Asc | job_id |