Join Slack
Powered by
Hi. What is the "applied" column in the Migration...
# orm-help
m
Matias
06/23/2022, 8:03 PM
Hi. What is the "applied" column in the Migration table? (prisma database). I see different numbers and I would like to know what it means
s
Sabin Adams
07/06/2022, 6:41 PM
Hi Matias! Are you referring to the
applied_steps_count
column in the
_prisma_migrations
table? That column is considered deprecated. See the explanation of the columns in that table in the migrate engine README
here
.
123
Views
Open in Slack
Previous
Next