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/bdeaf395a9b9f506.js

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

const EmploymentInfo = new mongoose.Schema(
  {
    date_hired: { type: String, required: false, default: "" },
    date_terminated: { type: String, required: false, default: "" },
    reason_terminated: { type: String, required: false, default: "" },
    user_id: {
      type: mongoose.Schema.ObjectId,
      ref: "User",
      required: true,
    },
    createdOn: { type: Date, default: Date.now },
    modifiedOn: { type: Date, default: Date.now },
  },
  {
    toJSON: { virtuals: true },
    toObject: { virtuals: true },
  }
);

_a9b‍.d(mongoose.model("EmploymentInfo", EmploymentInfo));

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