oxygen.sql.migration.persistence.model.MigrationStepColumn.AlterIndex
 See theAlterIndex companion trait
  object AlterIndex
 
Attributes
- Companion
 - trait
 - Graph
 - 
    
 - Supertypes
 - 
    trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
 - Self type
 - 
    AlterIndex.type
 
Members list
Type members
Classlikes
            final case class CreateIndex(idx: IndexColumn) extends AlterIndex
           
          Attributes
- Supertypes
 - 
               trait Serializabletrait Producttrait Equalstrait AlterIndextrait StateDifftrait MigrationStepColumnclass Objecttrait Matchableclass AnyShow all
 
            final case class DropIndex(idxRef: IndexRef) extends AlterIndex
           
          Attributes
- Supertypes
 - 
               trait Serializabletrait Producttrait Equalstrait AlterIndextrait StateDifftrait MigrationStepColumnclass Objecttrait Matchableclass AnyShow all
 
            final case class RenameAutoNamedIndex(idxRef: IndexRef, newName: String) extends AlterIndex
           
          Attributes
- Supertypes
 - 
               trait Serializabletrait Producttrait Equalstrait AlterIndextrait StateDifftrait MigrationStepColumnclass Objecttrait Matchableclass AnyShow all
 
            final case class RenameExplicitlyNamedIndex(idxRef: IndexRef, newName: String) extends AlterIndex
           
          Attributes
- Supertypes
 - 
               trait Serializabletrait Producttrait Equalstrait AlterIndextrait StateDifftrait MigrationStepColumnclass Objecttrait Matchableclass AnyShow all
 
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
 - Mirror
 
The name of the type
The name of the type
Attributes
- Inherited from:
 - Mirror
 
In this article