[jOOQ/jOOQ#9063] Add HSQLDB to AlterTableStep#dropPrimaryKey()
This commit is contained in:
parent
e5768e6b51
commit
345fbe29fb
@ -591,7 +591,7 @@ public interface AlterTableStep {
|
||||
* Add a <code>DROP PRIMARY KEY</code> clause to the <code>ALTER TABLE</code>
|
||||
* statement.
|
||||
*/
|
||||
@Support({ H2, MARIADB, MYSQL })
|
||||
@Support({ H2, HSQLDB, MARIADB, MYSQL })
|
||||
AlterTableFinalStep dropPrimaryKey();
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user