Sync the schema to the database without migrations
Pushes your Prisma schema directly to the database, creating tables and columns without generating migration files. Best for early prototyping when history does not matter. Switch to prisma migrate dev once the schema stabilizes.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.