Sindbad~EG File Manager
let mongoose;_2e0.x([["default",()=>_2e0.o]]);_2e0.w("mongoose",[["default",["mongoose"],function(v){mongoose=v}]]);
const PolicyAttachments = new mongoose.Schema(
{
attachment_type: { type: String, required: false },
attachment_description: { type: String, required: false },
responsibility: { type: String, required: false },
additional_description: { type: String, required: false },
policy_id: {
type: mongoose.Schema.ObjectId,
ref: "Policy",
},
createdOn: { type: Date, default: Date.now },
modifiedOn: { type: Date, default: Date.now },
},
{
toJSON: { virtuals: true },
toObject: { virtuals: true },
}
);
_2e0.d(mongoose.model("PolicyAttachments", PolicyAttachments));
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists