Skip to content

ColumnBuilder interface

Home > @direct-sqlite/schema > ColumnBuilder

Signature:

export interface ColumnBuilder<T extends ColumnType, TRuntimeType, TNullable extends boolean = true>

Property

Modifiers

Type

Description

isAutoIncrement

boolean

isNullable

TNullable

isPrimaryKey

boolean

type

T

Method

Description

autoIncrement()

notNull()

primaryKey()