Function: file()
Function: file()
Section titled “Function: file()”Defined in: core/src/schema/columns.ts:270
Declare a file/blob column. Rows carry a FileRef manifest, actual
bytes live in R2 keyed by sha256. See spec §FR-1 for the contract.
v0.3 only implements upload: "proxy"; "presigned" / "auto" throw at
schema-build time so callers can start writing the wire-eventual API
without silently getting a different behaviour.
Parameters
Section titled “Parameters”options?
Section titled “options?”FileColumnOptions = {}