Hi.. Someone can help me??
i have 2 Tables, tbCar, tbBike both tables have 3 identical Columns (color, year, model) besides other different columns
can i create one class with that 3 coluns? and extend my 2 tables her
something like this:
tbIdentical with color, year, model)
and tbCar extend tbIdentical
and tbBike extend tbIdentical..
i try to use that example: http://uaihebert.com/?p=1622&page=15 but i got error to create the my primary key(every table have one diferente primary key, i can change the name of coluns but cant change the sequence names)
tks
|