@lucidcms/core
Version:
The core of the Lucid CMS. It's responsible for spinning up the API and serving the CMS.
2 lines • 662 B
JavaScript
import e from"./parents/static-repository.mjs";import t from"zod";var n=class extends e{constructor(e,t){super(e,t,`lucid_document_workflow_assignees`)}tableSchema=t.object({id:t.number(),workflow_id:t.number(),user_id:t.number(),assigned_by:t.number().nullable(),assigned_at:t.union([t.string(),t.date()])});columnFormats={id:this.dbAdapter.getDataType(`primary`),workflow_id:this.dbAdapter.getDataType(`integer`),user_id:this.dbAdapter.getDataType(`integer`),assigned_by:this.dbAdapter.getDataType(`integer`),assigned_at:this.dbAdapter.getDataType(`timestamp`)};queryConfig=void 0};export{n as default};
//# sourceMappingURL=document-workflow-assignees.mjs.map