Hierarchy

  • ModelAttribute

Properties

allowNull?: boolean
autoIncrement?: boolean
defaultValue?: null | string
fk_name?: string
foreignKey?: boolean
onDelete?: null | string
onUpdate?: null | string
pk_name?: string
primaryKey?: boolean
references?: any
type?: string
unique?: boolean
unique_name?: string

Generated using TypeDoc