tags:

views:

31

answers:

1

Is there any possibility of changing the MySQL DB table's field name or adding a new field in Joomla in any project?

I need this information because I have to apply the Triggers for the tables.. Please Help

+1  A: 

The core Joomla tables for 1.5 have been stable from 1.5.0 through the current 1.5.15. However, if you add any components to your Joomla installation, you will probably get new tables.

In the past, some components attempted to add fields the core Joomla tables, but most third-party developers have cleaned up their acts. Otherwise, no, the existing core table fields should stay the same.

jlleblanc
Thanks forthe guideline BLANC....
OM The Eternity