From f29de14913dc70f91e2785fca4e27d02a13f4669 Mon Sep 17 00:00:00 2001 From: sriramv Date: Thu, 24 Feb 2022 16:25:37 +0530 Subject: [PATCH] GWM --- app/models/ApplicantsRelationship.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/ApplicantsRelationship.js b/app/models/ApplicantsRelationship.js index c6970b3..2a8cfd4 100644 --- a/app/models/ApplicantsRelationship.js +++ b/app/models/ApplicantsRelationship.js @@ -23,7 +23,7 @@ module.exports = (sequelize, DataTypes) => { is_main_person_running_the_business: { type: DataTypes.INTEGER }, no_of_years_in_this_entity: { type: DataTypes.INTEGER }, no_of_years_in_same_line_of_buss: { type: DataTypes.INTEGER }, - dob: { type: DataTypes.DataTypes }, + dob: { type: DataTypes.INTEGER }, age: { type: DataTypes.INTEGER }, gender: { type: DataTypes.STRING }, remarks: { type: DataTypes.STRING },