model_Changes:GWM

This commit is contained in:
sriramv 2023-03-23 11:18:26 +05:30
parent f82bf5255b
commit df4eac37f8

View File

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