public interface org.jooq.Migration extends org.jooq.Scope
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.jooq.Migration
  super_class: java.lang.Object
{
  public abstract org.jooq.Version from();
    descriptor: ()Lorg/jooq/Version;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.jooq.Version to();
    descriptor: ()Lorg/jooq/Version;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.jooq.Queries queries();
    descriptor: ()Lorg/jooq/Queries;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void validate();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataMigrationValidationException

  public abstract void execute();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.jooq.exception.DataMigrationException
}
SourceFile: "Migration.java"
    RuntimeInvisibleAnnotations: 
      org.jooq.Internal()