model_changes:GWM
This commit is contained in:
parent
a833a0ead5
commit
56a0cfc9c7
@ -12,7 +12,7 @@ module.exports = (sequelize, DataTypes) => {
|
||||
borrower_name: { type: DataTypes.STRING },
|
||||
mobile_no: { type: DataTypes.INTEGER },
|
||||
entity_type: { type: DataTypes.STRING },
|
||||
borrower_age: { type: DataTypes.INTEGER },
|
||||
borrower_age: { type: DataTypes.STRING },
|
||||
borrower_met: { type: DataTypes.STRING },
|
||||
designation: { type: DataTypes.STRING },
|
||||
relationship_to: { type: DataTypes.STRING },
|
||||
|
||||
Loading…
Reference in New Issue
Block a user