Sindbad~EG File Manager

Current Path : /home/infinitibizsol/.trash/node_modules.8/.cache/esm/
Upload File :
Current File : /home/infinitibizsol/.trash/node_modules.8/.cache/esm/3adad1582e0b308e.js

let mongoose;_2e0‍.x([["default",()=>_2e0‍.o]]);_2e0‍.w("mongoose",[["default",["mongoose"],function(v){mongoose=v}]]);

const PolicyForm = new mongoose.Schema(
  {
    form_name: { type: String, required: false },
    form_no: { type: String, required: false },
    from_edition: { type: String, required: false },
    form_iteration: { type: String, required: false },
    form_state: { type: String, required: false },
    form_info: { type: String, required: false },
    copyright_owner: { type: String, required: false },
    copyright_owner_code: { type: String, required: false },
    form_references: { type: String, required: false },
    remove_form: { type: String, required: false }, //conflict
    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("PolicyForm", PolicyForm));

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists