I saw the INDEXU demo and I want know if it's possible use the alter table function for different db tables like users table or category table.
Thanks
I saw the INDEXU demo and I want know if it's possible use the alter table function for different db tables like users table or category table.
Thanks
yes and no. you can only use the alter table function to add new fields to the idx_link table.Originally Posted by roccotocco
but you can use the "QUERY" box to run a SQL command for any table. such as adding a field to the idx_category table
.
Last edited by esm; 04-14-2006 at 05:59 PM.
esm
"The older I get, the more I admire competence, just simple competence, in any field from adultery to zoology."
.
I'm not quite sure with your question, but you can have custom fields for links data (idx_link table) and use it no code modification.
You can not do the sameway for other tables such as user and category. Altering these tables will require code modification.