feat(server): add Prisma schema with all 8 data models

- User, CardType, Membership, WeekTemplate, TimeSlot, Booking, Order, StudioConfig
- PrismaService and global PrismaModule
- snake_case column mapping with camelCase TypeScript fields
- Proper indexes and unique constraints
This commit is contained in:
richarjiang
2026-04-02 12:01:21 +08:00
parent 90b54d1138
commit e653580155
5 changed files with 232 additions and 0 deletions

File diff suppressed because one or more lines are too long