Skip to content

@saflib/parser


Interface: DrizzleTableColumn

One column inside a drizzle table definition.

Properties

docstring

docstring: null | string

First prose line of leading JSDoc on the column property (or a matching *Entity interface property in the same file), or null when absent.


propName

propName: string


sqlName

sqlName: string


typeKind

typeKind: string

Builder callee: text, integer, …