UNPKG

@lucidcms/core

Version:

The core of the Lucid CMS. It's responsible for spinning up the API and serving the CMS.

2 lines 682 B
import e from"./parents/static-repository.mjs";import t from"zod";var n=class extends e{constructor(e,t){super(e,t,`lucid_document_publish_operation_assignees`)}tableSchema=t.object({id:t.number(),operation_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`),operation_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-publish-operation-assignees.mjs.map