Jacob Lloyd
05/16/2022, 10:53 PMJeremy Cohen Hoffing
05/16/2022, 10:57 PMJacob Lloyd
05/16/2022, 11:03 PMJacob Lloyd
05/16/2022, 11:04 PMJacob Lloyd
05/16/2022, 11:04 PMIgnacio Ampuero
05/16/2022, 11:45 PMHow do I do that? I’ve never personally used prisma beforeLol wat. If you really want help, you should take the time to provide more context. What are you actually trying to do? What have you done so far? What commands have you run, what did you expect to happen, and what did happen?
Jacob Lloyd
05/16/2022, 11:52 PMDemian N
05/17/2022, 5:00 AMDemian N
05/17/2022, 5:03 AMRichard Ward
05/17/2022, 1:19 PMSettings tab and if so - where is it hosted?Richard Ward
05/17/2022, 1:21 PMRichard Ward
05/17/2022, 1:25 PMRichard Ward
05/17/2022, 1:26 PMmigration needs to be runDemian N
05/17/2022, 1:27 PMRichard Ward
05/17/2022, 1:27 PMPrisma cloud yet - I don't think it can .. (do you know)Richard Ward
05/17/2022, 1:36 PMPrisma Data Platform (that web interface that you're using at <https://cloud.prisma.io/> ) is still in "Early Access" and doesn't allow you to run a migration directly from it.
What you would need to do is checkout the code to a computer and run something like :
yarn
yarn prisma migrate dev