Hi. What is the "applied" column in the Migration...
# orm-help
m
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
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