For multitenant databases, to you name tables differently based on:
- Whether the table will host multiple tenants or just rely on the exist of a tenant column
- If you support multiple "applications" such as salesforce.com, do you prefix the application name to the table?
- Do you try to keep the names the same across tables where it may not be necessary in single tenant applications.