SQLColumn constructor

SQLColumn(
  1. String table,
  2. String name, {
  3. String? referenceTable,
  4. String? referenceColumn,
})

Implementation

SQLColumn(this.table, this.name, {this.referenceTable, this.referenceColumn});