Hi @Ryan, sorry for the delay havent been working... So in my application when we use MSSQL, we use dynamic tables for scalling... But now I'm using prisma and graphql and I want to dynamic create tables for different clients.
Ex: I have 2 tables, Users and Posts... I want to create tables Users_1234 Posts_ 1234 and Users_4321 Posts_4321 the numbers being the client ID, then my query is based on whos logged in and pointing to their tables ID