y
r
@YeonHoPark 👋 Could you share the link to this page in the docs?
y
r
No. I think it’s referring to the
.sql
file generated when running
prisma migrate
commands instead of
prisma db push
. Migrate will create an
.sql
(DDL statements) that will be applied to your database where as
db push
doesn’t do that and directly maps the schema to the database.
I’ve created an issue for the same.
a
That section was indeed speaking of README.md (previous experimental version of Migrate). It’s now removed. Thanks for reporting it!
y
previous version, ok.
Thank you for helping me 👍
🙌 1