model:gwm

This commit is contained in:
sriramv 2023-03-18 11:52:13 +05:30
parent ae41b9ca9f
commit a1acdf6f7a

View File

@ -8,7 +8,7 @@ module.exports = (sequelize, DataTypes) => {
{
pd_id: { type: DataTypes.INTEGER },
borrower_type: { type: DataTypes.STRING },
numbers_of_years_business_running: { type: DataTypes.INTEGER },
numbers_of_years_business_running: { type: DataTypes.STRING },
borrower_name: { type: DataTypes.STRING },
mobile_no: { type: DataTypes.INTEGER },
entity_type: { type: DataTypes.STRING },