The Open API specification for Synapse is now available for download!

Download Open API Spec

ColumnChange

org.sagebionetworks.repo.model.table.ColumnChange

Describes a change from one column to another.

Field Type Description
oldColumnId STRING The ID of the old ColumnModel to be replaced with the new. Set to null to indicate a new column should be added without replacing an old column.
newColumnId STRING The ID of the new ColumnModel to replace the old. Set to null to indicate the old column should be removed without being replaced.