Hi I am having problem with prisma deploy. when ...
# orm-help
s
Hi I am having problem with prisma deploy. when I deploy no tables are created in me mentioned schema . I was using prism 1.13.7. On accessing it was giving me the exception that database default$default doesn't exist. now moved to 1.16.4. Still no tables created but when I execute query from playground instead of default.table_name does'nt exist, It gives an error that public.table_name doesn'r exist