You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 25, 2021. It is now read-only.
I have this schema
if i try work with prisma i have error How to fix "column "A" of relation "_auth_group_permissions" does not exist"
if i clear database and run prisma2 dev - it create correct database, but fields in relation have name A, B, i want use custom name, and not generate database with prisma2 dev, i want create database with my hands
example of my sql migrations for create relation table
i want map exists tables to prisma schema
please help me :(