[drupal-devel] [task] Lengthen type field in node table

jvandyk drupal-devel at drupal.org
Mon Aug 1 21:22:46 UTC 2005


Issue status update for 
http://drupal.org/node/27985
Post a follow up: 
http://drupal.org/project/comments/add/27985

 Project:      Drupal
 Version:      cvs
 Component:    node system
 Category:     tasks
 Priority:     normal
 Assigned to:  jvandyk
 Reported by:  jvandyk
 Updated by:   jvandyk
 Status:       patch (code needs review)
 Attachment:   http://drupal.org/files/issues/type32chars.diff (2.48 KB)

The type column of the node table is VARCHAR(16).


CCK prepends 'content-' onto its content types, leaving only 8 chars
for a descriptive "short name" of the content type. For example,
"content-shoe-size" already exceeds the limit.


This patch changes the column width to 32 characters.




jvandyk




More information about the drupal-devel mailing list