Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 19 | √ | null |
|
|
||||
| journal_entry_created | BIT | 1 | √ | b'0' |
|
|
||||
| createdby_id | BIGINT | 19 | √ | NULL |
|
|
||||
| created_date | DATE | 10 | √ | NULL |
|
|
||||
| lastmodifiedby_id | BIGINT | 19 | √ | NULL |
|
|
||||
| lastmodified_date | DATE | 10 | √ | NULL |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| fk_provisioning_history_createdby | Performance | Asc | createdby_id |
| provisioning_history_lastmodifiedby_id | Performance | Asc | lastmodifiedby_id |