git-svn-id: https://develop.svn.wordpress.org/trunk@2207 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dougal Campbell 2005-02-02 13:58:14 +00:00
parent fa4c85d55f
commit 575a6151ff
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_ID int(4) NOT NULL auto_increment,
cat_name varchar(55) NOT NULL default '', cat_name varchar(55) NOT NULL default '',
category_nicename varchar(200) 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', category_parent int(4) NOT NULL default '0',
PRIMARY KEY (cat_ID), PRIMARY KEY (cat_ID),
KEY category_nicename (category_nicename) KEY category_nicename (category_nicename)