Where is data from CCK fields stored in database?
m working on a module that requires information from a CCK date field in Drupal 6. In version 5 the cck data was stored by content type, but now I can't figure out where it is. Can anyone tell me which table I would look at to find CCK data, specifically data from the date field module?
Any tips are appreciated... thanks.
Groups:
Login to post comments

HI, it should be in
HI, it should be in content_type_yourtype table. Works for D6.
Unless you allow more than
Unless you allow more than one field... then their will be a table specifically for that field outside of the content type table. At least that is the behaviour I have noticed and it makes sense to allow infinite fields of a particular type.