摘要:
一、PostgreSQL中解决"对模式 public 权限不够"错误的方法 授予用户在public模式下创建对象的权限 如果需要创建表等对象: GRANT CREATE ON SCHEMA public TO your_username; 二、必须是表 access_logs_table 的属主 A 阅读全文
摘要:
ERR_PNPM_WORKSPACE_PKG_NOT_FOUND In : "@sa/scripts@workspace:*" is in the dependencies but no package named "@sa/scripts" is present in the workspace 阅读全文