m_loan_collateral_management

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
quantity DECIMAL 20,5 null
loan_id BIGINT 19 NULL
m_loan.id fkLoanC
client_collateral_id BIGINT 19 NULL
m_client_collateral_management.id fkClientCollateralC
is_released BIT 1 b'0'
transaction_id BIGINT 19 NULL
m_loan_transaction.id fkTransactionC

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
fkClientCollateral Performance Asc client_collateral_id
fkLoan Performance Asc loan_id
fkTransaction Performance Asc transaction_id

Relationships