UNPKG

@lucidcms/core

Version:

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

2 lines 660 B
import e from"./parents/static-repository.mjs";import t from"zod";var n=class extends e{constructor(e,t){super(e,t,`lucid_email_tenants`)}tableSchema=t.object({id:t.number(),email_id:t.number(),tenant_key:t.string(),updated_at:t.union([t.string(),t.date()]).nullable(),created_at:t.union([t.string(),t.date()]).nullable()});columnFormats={id:this.dbAdapter.getDataType(`primary`),email_id:this.dbAdapter.getDataType(`integer`),tenant_key:this.dbAdapter.getDataType(`text`),updated_at:this.dbAdapter.getDataType(`timestamp`),created_at:this.dbAdapter.getDataType(`timestamp`)};queryConfig=void 0};export{n as default}; //# sourceMappingURL=email-tenants.mjs.map