When people say multi-tenancy web apps they can mean
- Option1 single database with column in database indicating tenant
- Option2 single database with schema for each tenant
- Option 3multiple databases one for each tenant
What is the industry norm? does someone like Xero use option 1, as they are so super confident in their system that they could do this?
Or do they do option 2/3?

