Hi All,
I have little problem in CCK Field

When I create a Text field with CCK, it create a new column in our content_type table, But when we make Check-box with the help of CCK. It create a New table with name of our created field.
can any body tell me Why...???

Thanks in Advance
mail2jatingarg@gmail.com

Comments

vkareh’s picture

Project: CCK Field Definitions » Content Construction Kit (CCK)
Version: 6.x-1.4 » 6.x-2.9
Component: User interface » Documentation
Category: bug » support
Priority: Major » Minor
Status: Active » Fixed

This is because checkboxes allow for multiple values, hence its database structure needs to be further normalized, whereas a text field can contain a single value, so it remains as part of the main content table.

jatinkumar1989’s picture

Thanks for your help... thanks a lot...!!!

Status: Fixed » Closed (fixed)

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