Hi people,
I'm working on a real estate project and I traying to appy an inheritance, saving the common data into the PROPERTY table, and the specific daata into the others tables (HOUSE, APARTMENT, etc) so I have a problem trying to insert data into two different tables at the same time.
The tables are Property and House:
Property
- property_id
- property_name
- property_city
- property_price
House
- house_id
- property_id
- house_bedrooms_qty
- house_bathrooms_qty
I want to view JUST ONE CREATE FORM for these two tables and insert the data into each one.
Is this possible?
Thanks a lot for your help!
Best regards
Sebastian