|
|
|
|
|
by codingdave
1299 days ago
|
|
Possible to do with one database, yes - Add JSON columns to your tables to hold tenant-specific metadata. Deal with it in your app layer. But I'd re-think whether a single database is truly the right answer. What is driving you to that solution? |
|