oxygen.sql.migration.persistence.model.MigrationStepColumn.AlterForeignKey
See theAlterForeignKey companion trait
object AlterForeignKey
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
AlterForeignKey.type
Members list
Type members
Classlikes
final case class CreateForeignKey(fk: MigrationForeignKeyColumn) extends AlterForeignKey
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait AlterForeignKeytrait StateDifftrait MigrationStepColumnclass Objecttrait Matchableclass AnyShow all
final case class DropForeignKey(fkRef: ForeignKeyRef) extends AlterForeignKey
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait AlterForeignKeytrait StateDifftrait MigrationStepColumnclass Objecttrait Matchableclass AnyShow all
final case class RenameAutoNamedForeignKey(fkRef: ForeignKeyRef, newName: String) extends AlterForeignKey
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait AlterForeignKeytrait StateDifftrait MigrationStepColumnclass Objecttrait Matchableclass AnyShow all
final case class RenameExplicitlyNamedForeignKey(fkRef: ForeignKeyRef, newName: String) extends AlterForeignKey
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait AlterForeignKeytrait 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