Closed (fixed)
Project:
Content Construction Kit (CCK)
Version:
5.x-1.9
Component:
content.module
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
7 Aug 2009 at 19:04 UTC
Updated:
22 Aug 2009 at 00:30 UTC
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
Comment #1
yched commentedCCK doesn't always create separate tables for each field.
See #531140: cck fields are storing in diferrent sql tables? for more informations.