We are revamping our product which gets highly customized for each client. Currently we have to maintain separate database for each client which heavily affects persistence layer.
Our major goal for new database schema is extensibility. I am not an expert database designer thus require input from experts :).
I am thinking about extension (sister) table approach. For every core table there could be a sister table where extended fields would reside. This way, we can develop separate persistent layer for core and extension tables.
What if i divide the it into two databases. Core and Extension databases. This will ease the maintenance.