How do I execute a createTableIfNotExists correctly

Calling the method is not creating the table.  Is there an additional step 
to execute the statement?

DSLContext create = DSL.using(conn, SQLDialect.MYSQL);


logger.info("CREATING TABLES");

create.createTableIfNotExists(Keystore.KEYSTORE);

-- 
You received this message because you are subscribed to the Google Groups "jOOQ 
User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jooq-user+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to