Emmanuel
09/22/2020, 5:44 PMschema.prisma
file with all the required info. When I run prisma generate
, I expect the models defined in the schema file to create tables in the database but that’s not the case. I’m not sure if I’m missing something.Richard Ward
09/22/2020, 9:59 PMprisma migrate up --experimental
Richard Ward
09/22/2020, 10:00 PMEmmanuel
09/23/2020, 9:18 AM