"exception" : "org.hibernate.tool.schema.spi.CommandAcceptanceException: Error executing DDL "create table curso (id uuid not null, categoria_curso varchar(120) not null, data_inscricao timestamp not null, nome_curso varchar(120) not null, nome_professor varchar(120) not null, numero_curso varchar(10) not null, numero_matricula varchar(10) not null, periodo_curso varchar(30) not null, pre_requisito varchar(120) not null, primary key (id))" via JDBC Statement\n\tat org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase.accept(GenerationTargetToDatabase.java:67)\n\tat