Interface BooleanColumnOption

BooleanColumnOption is used for GeneratorOption.columnOptions

Hierarchy

  • BooleanColumnOption

Properties

_tag: "BooleanColumnOption"
initialValue: boolean

Value of the first row.

Default

false

random: boolean

Whether randomly generate data or not.

Default

false

useNull: boolean

Whether use null value or not. If table column has not-null constraint, this option is ignored.

Default

false

Generated using TypeDoc