chatsTableInsertSchema
Variable: chatsTableInsertSchema
const
chatsTableInsertSchema:BuildSchema
<"insert"
, {avatarMimeType
:PgColumn
<{}, {}, {}>;avatarName
:PgColumn
<{}, {}, {}>;createdAt
:PgColumn
<{}, {}, {}>;creatorId
:PgColumn
<{}, {}, {}>;description
:PgColumn
<{}, {}, {}>;id
:PgColumn
<{}, {}, {}>;name
:PgColumn
<{}, {}, {}>;organizationId
:PgColumn
<{}, {}, {}>;updatedAt
:PgColumn
<{}, {}, {}>;updaterId
:PgColumn
<{}, {}, {}>; }, {name
:ZodTypeAny
| (schema
) =>ZodTypeAny
;organizationId
:ZodTypeAny
| (schema
) =>ZodTypeAny
; }>
Defined in: src/drizzle/tables/chats.ts:130