Can anyone see what might be wrong with my connect...
# orm-help
j
Can anyone see what might be wrong with my connection url? It works fine with
prisma db pull
but does not work with
prisma migrate dev
. Is this a bug?
Copy code
Error: P1012: error: Error validating: This line is not a valid definition within a datasource.
  -->  schema.prisma:4
   | 
 3 |                 provider = "sqlserver"
 4 |                 url = "<sqlserver://goblin>\dev:1434;database=stats;integratedSecurity=true;trustServerCertificate=true;"
 5 |             }
   |
r
Not sure, but the backslash
\
might be causing an issue.