UNPKG

@lucidcms/core

Version:

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

2 lines 656 B
import e from"./parents/static-repository.mjs";import t from"zod";var n=class extends e{constructor(e,t){super(e,t,`lucid_user_tenants`)}tableSchema=t.object({id:t.number(),user_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`),user_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=user-tenants.mjs.map