登录社区云,与社区用户共同成长
邀请您加入社区
报错一:分库的表relation "hibernate_sequence" does not exist 报错二:不分库的表null value in column "id" of relation "customer_info"SaaS平台项目,需要根据租户分库,使用ShardingSphere-proxy 版本5.1项目采用Spring Cloud微服务架构,持久层使用hibernate,版本
点击上方蓝字关注我近期有同学反馈在使用PG数据库的时候,明明之前创建的账号已经授权了查看所有表的权限,为何却查不到新建表?到底该如何授权?1. 常见授权脚本创建用户test_usercreate user test_user with password 'password';授权用户使用public schema的权限grant usage on schema public to test_use