/
home
/
infinitibizsol
/
.trash
/
model.1
/
policy
/
File Upload :
llllll
Current File: /home/infinitibizsol/.trash/model.1/policy/policyForm.js
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = void 0; var _mongoose = _interopRequireDefault(require("mongoose")); function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; } var PolicyForm = new _mongoose["default"].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["default"].Schema.ObjectId, ref: "Policy" }, createdOn: { type: Date, "default": Date.now }, modifiedOn: { type: Date, "default": Date.now } }, { toJSON: { virtuals: true }, toObject: { virtuals: true } }); var _default = exports["default"] = _mongoose["default"].model("PolicyForm", PolicyForm);
Copyright ©2k19 -
Hexid
|
Tex7ure