GWM
This commit is contained in:
parent
c197af3f94
commit
854bff90a6
@ -12,6 +12,7 @@ module.exports = (sequelize, DataTypes) => {
|
|||||||
autoIncrement : true,
|
autoIncrement : true,
|
||||||
primaryKey: true
|
primaryKey: true
|
||||||
},
|
},
|
||||||
|
ref_no: { type: DataTypes.INTEGER },
|
||||||
losid: { type: DataTypes.STRING },
|
losid: { type: DataTypes.STRING },
|
||||||
application_id: { type: DataTypes.STRING },
|
application_id: { type: DataTypes.STRING },
|
||||||
main_loan_applicant: { type: DataTypes.STRING },
|
main_loan_applicant: { type: DataTypes.STRING },
|
||||||
|
|||||||
@ -7,13 +7,9 @@ module.exports = (sequelize, DataTypes) => {
|
|||||||
Photograph.init(
|
Photograph.init(
|
||||||
{
|
{
|
||||||
pd_id: { type: DataTypes.INTEGER },
|
pd_id: { type: DataTypes.INTEGER },
|
||||||
selfie_with_person_met: { type: DataTypes.STRING },
|
ref_no: { type: DataTypes.INTEGER },
|
||||||
hospital_building: { type: DataTypes.STRING },
|
img: { type: DataTypes.STRING },
|
||||||
approach_to_pd_location: { type: DataTypes.STRING },
|
img_name: { type: DataTypes.STRING },
|
||||||
name_board_seen: { type: DataTypes.STRING },
|
|
||||||
stock_image: { type: DataTypes.STRING },
|
|
||||||
workplace_interior_image: { type: DataTypes.STRING },
|
|
||||||
institute_interior: { type: DataTypes.STRING },
|
|
||||||
createdby: { type: DataTypes.INTEGER },
|
createdby: { type: DataTypes.INTEGER },
|
||||||
updatedby: { type: DataTypes.INTEGER }
|
updatedby: { type: DataTypes.INTEGER }
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user