Skip to content

Interface: FileColumnOptions

Defined in: core/src/schema/columns.ts:254

readonly optional immutable?: boolean

Defined in: core/src/schema/columns.ts:255


readonly optional upload?: "proxy" | "presigned" | "auto"

Defined in: core/src/schema/columns.ts:256


readonly optional maxSize?: number

Defined in: core/src/schema/columns.ts:257


readonly optional mimeAllowList?: readonly string[]

Defined in: core/src/schema/columns.ts:258


readonly optional inlineThreshold?: number

Defined in: core/src/schema/columns.ts:259