diff --git a/.gitignore b/.gitignore index 4936c7c..83cb5b3 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,3 @@ !storage storage/* !storage/uploads/ - diff --git a/app/models/OfficerDetails.js b/app/models/OfficerDetails.js index 476d94b..f16c1f7 100644 --- a/app/models/OfficerDetails.js +++ b/app/models/OfficerDetails.js @@ -10,6 +10,10 @@ module.exports = (sequelize, DataTypes) => { name_of_sales_team_member: { type: DataTypes.STRING }, designation: { type: DataTypes.STRING }, date: { type: DataTypes.STRING }, + officer_id :{ type: DataTypes.INTEGER }, + email : { type: DataTypes.STRING }, + mobile_no :{ type: DataTypes.INTEGER }, + officer_full_name : { type: DataTypes.STRING }, createdby: { type: DataTypes.INTEGER }, updatedby: { type: DataTypes.INTEGER }