Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | int8 | 19 | √ | null |
|
|
|||||
componentid | int4 | 10 | √ | null |
|
|
|||||
parameter | text | 2147483647 | √ | null |
|
|
|||||
param_value | text | 2147483647 | √ | null |
|
|
|||||
unit | text | 2147483647 | √ | null |
|
|
|||||
job_num | varchar | 16 | null |
|
|
||||||
run_no | int4 | 10 | 0 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PK_surface_parameters | Primary key | Asc | id |
IX_surface_parameters_job_num_run_no | Performance | Asc/Asc | job_num + run_no |