datatype change in loan detail model : suseendhiran

This commit is contained in:
suseendhiran17 2022-07-16 17:57:00 +05:30
parent 3c33347075
commit e2cd8a84b6
2 changed files with 3 additions and 2 deletions

View File

@ -17,3 +17,4 @@ exports.Welcome = (req, res) =>
};

View File

@ -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 },