Answer the question
In order to leave comments, you need to log in
Why did Hibernate assemble the request so crookedly?
That's actually the question:
Why did Hibernate suddenly get seasick so abruptly?
I use Spring-Boot and setting up the hibernate only costs
spring.datasource.url=jdbc:postgresql://localhost:5432/postgres
spring.datasource.username=postgres
spring.datasource.password=kKaD$W*5%@6FMgx$
spring.jpa.show-sql = true
spring.jpa.hibernate.ddl-auto=none
spring.jpa.properties.hibernate.dialect= org.hibernate.dialect.PostgreSQL94Dialect
spring.jpa.database = POSTGRESQL
spring.liquibase.enabled=true
spring.liquibase.change-log=classpath:database/changelog.xml
spring.liquibase.test-rollback-on-update=true
Answer the question
In order to leave comments, you need to log in
select column_name, data_type, character_maximum_length
from INFORMATION_SCHEMA.COLUMNS where table_name = 'poll';
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question