Interface ColumnProps

Hierarchy

Properties

canBeNull?: boolean
dataType: DataType
foreignKey?: {
    key: string;
    relation: string;
    schema?: string;
}

Type declaration

  • key: string
  • relation: string
  • Optional schema?: string
primaryKey?: boolean
unique?: boolean

Generated using TypeDoc