クラス V1__CreateUserLicense

  • すべての実装されたインタフェース:
    org.flywaydb.core.api.migration.JavaMigration

    public class V1__CreateUserLicense
    extends org.flywaydb.core.api.migration.BaseJavaMigration
    • コンストラクタの概要

      コンストラクタ 
      コンストラクタ 説明
      V1__CreateUserLicense()  
    • メソッドの概要

      修飾子とタイプ メソッド 説明
      void migrate​(org.flywaydb.core.api.migration.Context context)  
      • クラスから継承されたメソッド org.flywaydb.core.api.migration.BaseJavaMigration

        canExecuteInTransaction, getChecksum, getDescription, getVersion, isUndo
    • コンストラクタの詳細

      • V1__CreateUserLicense

        public V1__CreateUserLicense()
    • メソッドの詳細

      • migrate

        public void migrate​(org.flywaydb.core.api.migration.Context context)
                     throws Exception
        例外:
        Exception