Changeset 11943 for trunk/wp-admin/includes/schema.php
- Timestamp:
- 09/17/2009 08:17:33 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/schema.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/schema.php
r11883 r11943 54 54 PRIMARY KEY (object_id,term_taxonomy_id), 55 55 KEY term_taxonomy_id (term_taxonomy_id) 56 ) $charset_collate; 57 CREATE TABLE $wpdb->commentmeta ( 58 meta_id bigint(20) unsigned NOT NULL auto_increment, 59 comment_id bigint(20) unsigned NOT NULL default '0', 60 meta_key varchar(255) default NULL, 61 meta_value longtext, 62 PRIMARY KEY (meta_id), 63 KEY post_id (comment_id), 64 KEY meta_key (meta_key) 56 65 ) $charset_collate; 57 66 CREATE TABLE $wpdb->comments (
Note: See TracChangeset
for help on using the changeset viewer.