Daff - Data Diff

daff.ColumnChange

Represent a change to a single column.

Type: class

Constructor:

new()

Variables:

name : String
  The new name of the column. If null, the column
  is to be destroyed.
prevName : String
  The original name of the column. If null, the column
  is to be created.
props : Array<PropertyChange>
  A list of changes to properties of the column.