Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 19 | √ | null |
|
|
||||||||
| criteria_name | VARCHAR | 200 | null |
|
|
|||||||||
| createdby_id | BIGINT | 19 | √ | NULL |
|
|
||||||||
| created_date | DATETIME | 19 | √ | NULL |
|
|
||||||||
| lastmodifiedby_id | BIGINT | 19 | √ | NULL |
|
|
||||||||
| lastmodified_date | DATETIME | 19 | √ | NULL |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| criteria_name | Must be unique | Asc | criteria_name |
| fk_provisioning_criteria_createdby | Performance | Asc | createdby_id |
| provisioning_criteria_lastmodifiedby_id | Performance | Asc | lastmodifiedby_id |