Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace Column

A column of a table.

Properties

Optional defaultValue

defaultValue: undefined | string

The column default value.

Optional isAsUuid

isAsUuid: undefined | false | true

True if the STRING column was declared AS UUID.

Optional isGenerated

isGenerated: undefined | false | true

True if the STRING AS UUID column is also GENERATED BY DEFAULT.

Optional isNullable

isNullable: undefined | false | true

The column nullable flag.

Optional name

name: undefined | string

The column name.

Optional type

type: undefined | string

The column type.

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: Column): object

getJsonObj

  • getJsonObj(obj: Column): object