git-svn-id: http://svn.automattic.com/wordpress/trunk@2207 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
emc3 2005-02-02 13:58:14 +00:00
parent 52f7a34456
commit 0d3d253fbe
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ $wp_queries="CREATE TABLE $wpdb->categories (
cat_ID int(4) NOT NULL auto_increment,
cat_name varchar(55) NOT NULL default '',
category_nicename varchar(200) NOT NULL default '',
category_description lengtext NOT NULL,
category_description longtext NOT NULL,
category_parent int(4) NOT NULL default '0',
PRIMARY KEY (cat_ID),
KEY category_nicename (category_nicename)