Quantcast
Channel: drupal 7
Viewing all articles
Browse latest Browse all 19

Drupal add timestamp to Taxonomy term data

$
0
0

I had another request to alter the default taxonomy_term_data table and adding the timestamps; created and changed just like in the node database table.

Here's a little snippet that will do the trick.

You need to create a custom module for this to work. Remember to replace YOUR_MODULE with your custom module name.

YOUR_MODULE.install


Viewing all articles
Browse latest Browse all 19

Trending Articles