Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
loan_id | BIGINT | 19 | null |
|
|
|||||
loan_officer_id | BIGINT | 19 | √ | NULL |
|
|
||||
start_date | DATE | 10 | null |
|
|
|||||
end_date | DATE | 10 | √ | NULL |
|
|
||||
createdby_id | BIGINT | 19 | √ | NULL |
|
|
||||
created_date | DATETIME | 19 | √ | NULL |
|
|
||||
lastmodified_date | DATETIME | 19 | √ | NULL |
|
|
||||
lastmodifiedby_id | BIGINT | 19 | √ | NULL |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
fk_m_loan_officer_assignment_history_0001 | Performance | Asc | loan_id |
fk_m_loan_officer_assignment_history_0002 | Performance | Asc | loan_officer_id |