Hi, I have a small issue regarding importing/exporting of data from the demo db of Prisma1 (hosted on
app.prisma.io - MySQL) to my self hosted Prisma1 db - PostgreSQL. I have exported the data from
app.prisma.io server through prisma1 cli and when I import it in my self hosted db through the prisma1 cli, then the data is being imported, but data in an ID column isn't imported, but in other ID columns, in other tables, it is being imported correctly. For. there is a table Orders and it has 2 ID fields - userId and shopId, then the data in userId column is there, but the entire shopId column is blank. I tried the import/export many times, gives the same result. Both the userId and shopId contains ids auto-generated by prisma. What could be wrong here?