Interface ModelColumn

The definition of a column in a model. If the defaultValue is provided, it should be of the type defined by your type. Blobs should be provided as an ArrayBuffer.

Hierarchy

  • ModelColumn

Properties

defaultValue?: unknown
notNull?: boolean
type: DataTypes

Generated using TypeDoc