Changeset 19793 for trunk/wp-admin/includes/schema.php
- Timestamp:
- 01/30/2012 08:47:25 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/schema.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/schema.php
r19788 r19793 129 129 CREATE TABLE $wpdb->options ( 130 130 option_id bigint(20) unsigned NOT NULL auto_increment, 131 blog_id int(11) NOT NULL default '0',132 131 option_name varchar(64) NOT NULL default '', 133 132 option_value longtext NOT NULL,
Note: See TracChangeset
for help on using the changeset viewer.