Richard Ku
07/15/2022, 1:37 AMerror: No such argument.
--> schema.prisma:326
|
325 |
326 | @@index([eway_txn_id], Map: "consolidated_eway_txn_id_idx")
it looks like it doesn't understand Map: "consolidated_eway_txn_id_idx"
but it was generated by the prisma db pull. I tried to check the doc about @@index, but I cannot find info about the Map parameter. But I assume if it is created by the db pull, it should be valid? Please advise. Thanks.Logan
07/15/2022, 1:52 AMPostInCategories
exampleRichard Ku
07/15/2022, 3:31 AM