From df4eac37f85a0ada426326a4e14d05a43a88c102 Mon Sep 17 00:00:00 2001 From: sriramv Date: Thu, 23 Mar 2023 11:18:26 +0530 Subject: [PATCH] model_Changes:GWM --- app/models/CreditFinancialInformation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/CreditFinancialInformation.js b/app/models/CreditFinancialInformation.js index 424c39a..af0e26f 100644 --- a/app/models/CreditFinancialInformation.js +++ b/app/models/CreditFinancialInformation.js @@ -10,7 +10,7 @@ module.exports = (sequelize, DataTypes) => { financial_info_available: { type: DataTypes.STRING }, net_profit_rs: { type: DataTypes.INTEGER }, net_profit_to_sales_percent: { type: DataTypes.STRING }, - sales_amount: { type: DataTypes.INTEGER }, + sales_amount: { type: DataTypes.STRING }, is_any_other_working_captial_facility: { type: DataTypes.STRING }, facility_details_specify: { type: DataTypes.STRING }, facility_details_other_lender: { type: DataTypes.STRING },