optimize the adaptation of the postgres#227
optimize the adaptation of the postgres#227codelearner1024 wants to merge 2 commits intospring-ai-alibaba:mainfrom
Conversation
1. resolve the postgres db script init problem by direct the schema-postgresql.sql 2. if you want to update the db script,the best suggest is to exec script when you are on prod environment, or you can change the yaml properties spring.jpa.hibernate.ddl-auto to [create], it will drop and recreate db script, for more, see detail of org.hibernate.tool.schema.Action
|
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
|
I have read the CLA Document and I hereby sign the CLA |
|
recheck |
|
谢谢你的pr . 还请再按如下方案再试试: 让 codelearner1024(或你转告他)按下面做: |
|
因为我要合并你的更改,但你没有签署协议,所以我会让ai理解你的代码以后append到当前项目中。 非常感谢你的支持 |
ok |
ok |
@rainerWJY
可能是因为我之前用了公司邮箱 后来想想不太好 就改成自己的, 是不是这个原因?
|
|
recheck |

Describe what this PR does / why we need it
I have found that postgres can not init db script successful
Does this pull request fix one issue?
it resolve the issue with my own
[QUESTION] 使用postgres 为什么会出现的报错ERROR: type "longtext" does not exist是否已有解决? #226
Eixes #226
Describe how you did it
Create a PostgreSQL domain to assist with script parsing.
Describe how to verify it
it can simply start the project to opserve the ddl creation situation
Special notes for reviews