richarjiang
|
b9d55c9e9f
|
feat(server): add database seed script
Seeds: studio config, 5 card types (trial, 10x, 20x, monthly, quarterly),
admin user, weekday+Saturday time slot templates
|
2026-04-02 12:34:53 +08:00 |
|
richarjiang
|
e653580155
|
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
|
2026-04-02 12:01:21 +08:00 |
|