bcgov/common-object-management-service

View on GitHub
app/src/db/models/jsonSchema.js

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
module.exports.stamps = {
  createdBy: { type: ['string', 'null'], maxLength: 255 },
  createdAt: { type: ['string', 'null'] },
  updatedBy: { type: ['string', 'null'], maxLength: 255 },
  updatedAt: { type: ['string', 'null'] }
};