datatype change in loan detail model : suseendhiran
This commit is contained in:
parent
3c33347075
commit
e2cd8a84b6
@ -17,3 +17,4 @@ exports.Welcome = (req, res) =>
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
@ -13,8 +13,8 @@ module.exports = (sequelize, DataTypes) => {
|
||||
sourcing_channel_type: { type: DataTypes.INTEGER },
|
||||
sourcing_channel_name: { type: DataTypes.INTEGER },
|
||||
proposal: { type: DataTypes.INTEGER },
|
||||
sanction_date_of_earlier_exposure: { type: DataTypes.INTEGER },
|
||||
sanction_amount_of_earlier_exposure: { type: DataTypes.STRING },
|
||||
sanction_date_of_earlier_exposure: { type: DataTypes.STRING },
|
||||
sanction_amount_of_earlier_exposure: { type: DataTypes.INTEGER },
|
||||
current_outstnd_bal_of_earlier_exposure: { type: DataTypes.INTEGER },
|
||||
emi_of_earlier_exposure: { type: DataTypes.INTEGER },
|
||||
additional_loan_amnt_applied_for: { type: DataTypes.INTEGER },
|
||||
|
||||
Loading…
Reference in New Issue
Block a user