By rhl_ttr on
hi
I want to add a column "colnew" to a node table to add new functionality.
How can I add?
I have tried hook_update_N hook but did not help
thanks
hi
I want to add a column "colnew" to a node table to add new functionality.
How can I add?
I have tried hook_update_N hook but did not help
thanks
Comments
dont change core functionality
you have to add new table as per your requirement ........... and use nid as reference in new table.
make new module and in that module make .install file.......ok?
Pragna J Bhalsod