Hi there!
We have several stores in a system with their respective customers. So, we want each of the stores to be in different tables. Is it good to use a no-relational way like customers.store1, customers.store2, etc...? Or what is the best way to do this?
Thanks in advance!