Changeset 25448 for trunk/src/wp-admin/includes/schema.php
- Timestamp:
- 09/15/2013 11:11:30 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/schema.php
r25416 r25448 231 231 last_updated datetime NOT NULL default '0000-00-00 00:00:00', 232 232 public tinyint(2) NOT NULL default '1', 233 archived enum('0','1') NOT NULL default '0',233 archived tinyint(2) NOT NULL default '0', 234 234 mature tinyint(2) NOT NULL default '0', 235 235 spam tinyint(2) NOT NULL default '0',
Note: See TracChangeset
for help on using the changeset viewer.