Wednesday, March 10, 2010

Posts Tagged ‘Object-Oriented’

Clean database schema with inheritance

Tuesday, February 10, 2009 8:00

It is very common way of usage that  when ever you need some new attribute for your model objects/table you add a new column to the related database table.  After several requirements you will notice:

This was posted under category: Notes  |  Read Full Story  |  2 Comments