[jOOQ/jOOQ#8545] CockroachDB: Support CREATE TABLE ... INDEX

This commit is contained in:
Knut Wannheden 2019-12-16 17:58:04 +01:00
parent fe8a06f5df
commit c19af44f92

View File

@ -40,6 +40,7 @@ package org.jooq;
// ...
// ...
// ...
// ...
import static org.jooq.SQLDialect.FIREBIRD;
import static org.jooq.SQLDialect.MARIADB;
// ...