Hi everyone previously in older version of Prisma (using with Docker) locally I could've run Prisma playground and directly query Data Base but now I can't,
now when I run prisma migrate dev , I see the below log :
Datasource "db": PostgreSQL database "MyDBName", schema "public" at "localhost:5432"
I think it has to do sth with this -> localhost:5432
Could somebody help me with this ?