Mushfau Saeed
02/16/2022, 4:24 PM$ prisma migrate down --experimental
Error: The current command "down" doesn't exist in the new version of Prisma Migrate.
$ prisma -v
Environment variables loaded from .env
prisma : 3.9.2
@prisma/client : 3.9.2
Current platform : windows
Query Engine (Node-API) : libquery-engine bcc2ff906db47790ee902e7bbc76d7ffb1893009 (at ..\..\node_modules\@prisma\engines\query_engine-windows.dll.node)
Migration Engine : migration-engine-cli bcc2ff906db47790ee902e7bbc76d7ffb1893009 (at ..\..\node_modules\@prisma\engines\migration-engine-windows.exe)
Introspection Engine : introspection-core bcc2ff906db47790ee902e7bbc76d7ffb1893009 (at ..\..\node_modules\@prisma\engines\introspection-engine-windows.exe)
Format Binary : prisma-fmt bcc2ff906db47790ee902e7bbc76d7ffb1893009 (at ..\..\node_modules\@prisma\engines\prisma-fmt-windows.exe)
Default Engines Hash : bcc2ff906db47790ee902e7bbc76d7ffb1893009
Studio : 0.457.0
Maciek K
02/17/2022, 7:10 AMNurul
02/17/2022, 7:16 AMprisma db execute
and prisma migrate diff
commands which are available in preview from version 3.9.0.
Here are the guides for these commands - db execute and migrate diff.
Please let me know if you face any issues.