Interface: TableMeta<TName, TCols>
Interface: TableMeta<TName, TCols>
Section titled “Interface: TableMeta<TName, TCols>”Defined in: core/src/schema/table.ts:80
Type Parameters
Section titled “Type Parameters”TName extends string
TCols extends Record<string, AnyColumn>
Properties
Section titled “Properties”
readonlyname:TName
Defined in: core/src/schema/table.ts:81
columns
Section titled “columns”
readonlycolumns:TCols
Defined in: core/src/schema/table.ts:82
readonlyoptionalauth?:TableAuth<unknown>
Defined in: core/src/schema/table.ts:83
resolveConflict?
Section titled “resolveConflict?”
readonlyoptionalresolveConflict?:ConflictResolver
Defined in: core/src/schema/table.ts:84
blobs?
Section titled “blobs?”
readonlyoptionalblobs?:StorageRef
Defined in: core/src/schema/table.ts:85
changeLogSuppressed?
Section titled “changeLogSuppressed?”
readonlyoptionalchangeLogSuppressed?:boolean
Defined in: core/src/schema/table.ts:86