prisma:error
Invalid prisma.attachments.upsert() invocation:
The table public.attachments does not exist in the current database.
D:\work\teable\node_modules.pnpm@prisma+client@6.2.1_prisma@6.2.1\node_modules@prisma\client\runtime\library.js:121
......
PrismaClientKnownRequestError:
Invalid prisma.attachments.upsert() invocation:
The table public.attachments does not exist in the current database.
我已经安装了postgresql数据库
希望能有更详细的项目启动过程说明,比如安装数据库跑一系列的命令初始化等等