Create User model in Prisma
Open
Backend
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
**Title:** Create User model in Prisma
**Description:**
- Add a new model called User in apps/backend/prisma/schema.prisma.
- Fields:
- id: Integer, primary key, autoincremented
- name: String, required
**Acceptance Criteria:**
- Prisma schema compiles without errors.
- prisma generate works after editing.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.