Hi All, We have recently updated our Prisma to 1.3...
# orm-help
r
Hi All, We have recently updated our Prisma to 1.34 from 1.30.5, however we are seeing some weirdness in the behavior. The Link tables are all complaining about
id
column.
Copy code
org.postgresql.util.PSQLException: ERROR: column "id" of relation "_Table1ToTable2" does not exist
any help in this regard would be highly appreciated
Also looking at the logs for our prisma deploy it seems the those id columns were removed during the prisma deploy process
Copy code
Table1ToTable2 (Relation)
build	03-Mar-2021 20:30:59	  - The id column `id` in link table `_Table1ToTable2` has been removed.
build	03-Mar-2021 20:30:59	    It was a Prisma legacy column that is not in use anymore.
r
@Rashmi Bidanta 👋 There were changes in the datamodel syntax since then which could be that the relation might have changed.
r
@Ryan Thank you for pointing this out. yeah we are working making changes to the schema datamodel.