For example `code: Int! @db("operator_uic_code")` ...
# orm-help
j
For example
code: Int! @db("operator_uic_code")
tries to create a column
operator_uic_code
to my existing database which is something I do not want. I'm trying to tell Prisma that field
code
is found from database column
operator_uic_code