Class AddLookupTableChange

All Implemented Interfaces:
Cloneable, Change, ExtensibleObject, Plugin, LiquibaseSerializable

public class AddLookupTableChange extends AbstractChange
Extracts data from an existing column to create a lookup table. A foreign key is created between the old column and the new lookup table.