Class AlterTable

java.lang.Object
io.ebeaninternal.dbmigration.migration.AlterTable

public class AlterTable extends Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attGroup ref="{http://ebean-orm.github.io/xml/ns/dbmigration}tablespaceAttributes"/>
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="newName" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="partitionMode" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="partitionColumn" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="identityType" type="{http://ebean-orm.github.io/xml/ns/dbmigration}identityType" />
       <attribute name="identityStart" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
       <attribute name="identityIncrement" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
       <attribute name="identityCache" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
       <attribute name="identityGenerated" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="sequenceName" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="sequenceInitial" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
       <attribute name="sequenceAllocate" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
       <attribute name="pkName" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="storageEngine" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>