From what I understand, prisma tries to deduct the...
# orm-help
k
From what I understand, prisma tries to deduct the existing schema in your db. Therefore, you must either create the tables, enums, etc before then call introspect
👍 3