UNPKG

@lucidcms/core

Version:

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

2 lines 754 B
import e from"./parents/static-repository.mjs";import t from"zod";var n=class extends e{constructor(e,t){super(e,t,`lucid_alert_recipients`)}tableSchema=t.object({id:t.number(),alert_id:t.number(),user_id:t.number(),read_at:t.union([t.string(),t.date()]).nullable(),dismissed_at:t.union([t.string(),t.date()]).nullable(),created_at:t.union([t.string(),t.date()])});columnFormats={id:this.dbAdapter.getDataType(`primary`),alert_id:this.dbAdapter.getDataType(`integer`),user_id:this.dbAdapter.getDataType(`integer`),read_at:this.dbAdapter.getDataType(`timestamp`),dismissed_at:this.dbAdapter.getDataType(`timestamp`),created_at:this.dbAdapter.getDataType(`timestamp`)};queryConfig=void 0};export{n as default}; //# sourceMappingURL=alert-recipients.mjs.map