Changeset 19863 for trunk/wp-admin/includes/schema.php
- Timestamp:
- 02/08/2012 02:51:18 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/schema.php
r19799 r19863 160 160 post_modified datetime NOT NULL default '0000-00-00 00:00:00', 161 161 post_modified_gmt datetime NOT NULL default '0000-00-00 00:00:00', 162 post_content_filtered text NOT NULL,162 post_content_filtered longtext NOT NULL, 163 163 post_parent bigint(20) unsigned NOT NULL default '0', 164 164 guid varchar(255) NOT NULL default '',
Note: See TracChangeset
for help on using the changeset viewer.