Problem is that I don't know what tables there will be in existence (in addition to "item") as these are created dynamically too! Furthermore, the columns between the tables will not be consistent so merging into one isn't an option either.
As the database may ultimately extend to many tables...
Can anyone help?
I have a table in my database called "item". This table holds data that is common to all items in my database and has a primary key of 'id'. One of the columns in the "item" table is 'itemtype' which tells me which table I need to go to for the remaining data for that item...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.