"update FAQ with prisma schema file path clarification"

This commit is contained in:
louiscklaw
2025-06-15 13:55:13 +08:00
parent c1b71fca64
commit 9ac13787aa

View File

@@ -1,7 +1,7 @@
# FAQ
Q: where is the DB schema file ?
A: prisma DB schema file located in `prisma/schema.prisma`
A: prisma DB schema file located in `<project-root>/03_source/cms_backend/prisma/schema.prisma`
Q: when file not found, do i need to search it in `_ignore_this_directory` ?
A: No, you just stop there and voice out.