Changeset 34030 for trunk/src/wp-admin/includes/schema.php
- Timestamp:
- 09/11/2015 01:25:21 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/schema.php
r33774 r34030 136 136 CREATE TABLE $wpdb->options ( 137 137 option_id bigint(20) unsigned NOT NULL auto_increment, 138 option_name varchar( 64) NOT NULL default '',138 option_name varchar(191) NOT NULL default '', 139 139 option_value longtext NOT NULL, 140 140 autoload varchar(20) NOT NULL default 'yes',
Note: See TracChangeset
for help on using the changeset viewer.