For some reason, when I create new fields for my content types, it only creates a table for the content type, but not a table for the content fields. I need this because http://drupal.org/node/204660 workaround says the content_field_address is needed. This is not only a problem with the content_field_address table, but other content types as well. Even when I add other field types, there's no content_field_type added to the database.
What could cause this?

Comments

yched’s picture

Status: Active » Fixed

CCK doesn't always create separate tables for each field.

See #531140: cck fields are storing in diferrent sql tables? for more informations.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.