← Back to directory

Prisma Schema Builder

Describe your data model and get a complete Prisma schema with models, relations, enums, indexes, and a seed script.

prismaormschema
58210 importsby @maya
Preview
Generate a Prisma schema for: {{description}}

Include:
- Models with proper field types
- Relations (1:1, 1:N, N:N)
- Enums for constrained fields
- Indexes for common queries
- @@map for table naming conventions
- A seed.ts script with realistic test data

Variables (1)

{{description}}

Similar Prompts