|
Rename Attribute drop : Field<?> to dropColumn : Field<?> in class org.jooq.impl.AlterTableImpl |
From |
To |
|
Rename Attribute alterDefault : Field<?> to alterColumnDefault : Field<?> in class org.jooq.impl.AlterTableImpl |
From |
To |
|
Rename Attribute alter : Field<?> to alterColumn : Field<?> in class org.jooq.impl.AlterTableImpl |
From |
To |
|
Rename Attribute dropCascade : boolean to dropColumnCascade : boolean in class org.jooq.impl.AlterTableImpl |
From |
To |
|
Rename Attribute addType : DataType<?> to addColumnType : DataType<?> in class org.jooq.impl.AlterTableImpl |
From |
To |
|
Rename Attribute add : Field<?> to addColumn : Field<?> in class org.jooq.impl.AlterTableImpl |
From |
To |
|
Rename Attribute alterType : DataType<?> to alterColumnType : DataType<?> in class org.jooq.impl.AlterTableImpl |
From |
To |