// Copy
this.type = other.type;
this.size = other.size;
this.dataMode = other.dataMode;
this.defValue = other.defValue;
this.attributes = new Attributes();
this.attributes.addAll(other.attributes);
this.options = other.options;
if (newTable != null)
{
newTable.addColumn(this);