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/1f780396742cf765.js

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

const Goal = new mongoose.Schema(
  {
    month: { type: String, require: false, default: "" },
    year: { type: String, require: false, default: "" },
    policy_count: { type: String, require: false, default: "" },
    premium: { type: String, require: false, default: "" },
    agency_commission: { type: String, require: false, default: "" },
    user_id: {
      type: mongoose.Schema.ObjectId,
      ref: "User",
    },
    deleted: {
      type: Boolean,
      default: false,
    },
    createdOn: { type: Date, default: Date.now },
    modifiedOn: { type: Date, default: Date.now },
  },
  {
    toJSON: { virtuals: true },
    toObject: { virtuals: true },
  }
);

_742‍.d(mongoose.model("Goal", Goal));

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