I am getting exception "org.hibernate.tool.schema.spi.CommandAcceptanceException" for follwing query in intellij tool.
Error executing DDL "create table employee_information (pk varchar(255) not null, _name varchar(255), age integer not null, office_location varchar(255), position varchar(255), salary double precision not null, start_date date, primary key (pk)) engine=MyISAM" via JDBC Statement