Sindbad~EG File Manager

Current Path : /home/infinitibizsol/.trash/model/
Upload File :
Current File : /home/infinitibizsol/.trash/model/linkedAccount.js

import mongoose from "mongoose";

const LinkedAccount = new mongoose.Schema({
  linked_account: { type: String, required: false, default: "" },
  relation_ship: { type: String, required: false, default: "" },
  contact_id: {
    type: mongoose.Schema.ObjectId,
    ref: "Contact",
  },
  createdOn: { type: Date, default: Date.now },
  modifiedOn: { type: Date, default: Date.now },
});

export default mongoose.model("LinkedAccount", LinkedAccount);

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