model:gwm
This commit is contained in:
parent
ae41b9ca9f
commit
a1acdf6f7a
@ -8,7 +8,7 @@ module.exports = (sequelize, DataTypes) => {
|
|||||||
{
|
{
|
||||||
pd_id: { type: DataTypes.INTEGER },
|
pd_id: { type: DataTypes.INTEGER },
|
||||||
borrower_type: { type: DataTypes.STRING },
|
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 },
|
borrower_name: { type: DataTypes.STRING },
|
||||||
mobile_no: { type: DataTypes.INTEGER },
|
mobile_no: { type: DataTypes.INTEGER },
|
||||||
entity_type: { type: DataTypes.STRING },
|
entity_type: { type: DataTypes.STRING },
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user