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
Comment #1
vkareh commentedThis 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.
Comment #2
jatinkumar1989 commentedThanks for your help... thanks a lot...!!!