ColumnRelation constructor
ColumnRelation({})
Implementation
ColumnRelation(
{this.relationType,
this.referencedTable,
this.referencedColumn,
this.referencedEntity,
this.referencedEntityColumns,
this.attributeName,
this.primaryKey});