I am using D5.10 and accidentally dropped the db table "cache_content". Does anyone know the database table structure for that table?

Thanks!!

Comments

cog.rusty’s picture

This is the install file for cck-5.x-1.9 where you can find the CREATE TABLE {cache_content} query:

http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/cck/content...

webdev2’s picture

many thanks!