[wp-trac] [WordPress Trac] #37418: upgrade.php raises Notice message when include by user.
WordPress Trac
noreply at wordpress.org
Thu Aug 11 11:19:06 UTC 2016
#37418: upgrade.php raises Notice message when include by user.
-------------------------------------------------+-------------------------
Reporter: hogetan | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting
Component: Database | Review
Severity: normal | Version: 4.5.3
Keywords: reporter-feedback has-patch needs- | Resolution:
unit-tests | Focuses:
-------------------------------------------------+-------------------------
Comment (by hogetan):
@ocean90
{{{#!sql
CREATE TABLE `wp_answers` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`user_id` int(11) DEFAULT NULL,
`childmember_id` int(11) DEFAULT NULL,
`nickname` varchar(45) DEFAULT NULL,
`family_name` varchar(45) DEFAULT NULL,
`first_name` varchar(45) DEFAULT NULL,
`career` varchar(45) DEFAULT NULL,
`certificate` varchar(512) DEFAULT NULL,
`weight` float DEFAULT NULL,
`height` float DEFAULT NULL,
`sex` varchar(5) DEFAULT NULL,
`age` varchar(5) DEFAULT NULL,
`birthday` date DEFAULT NULL,
`prefecture` varchar(45) DEFAULT NULL,
`city` varchar(45) DEFAULT NULL,
`address_1` varchar(255) DEFAULT NULL,
`address_2` varchar(255) DEFAULT NULL,
`answer01` tinyint(4) DEFAULT NULL,
`deleted` tinyint(4) DEFAULT NULL,
`created` datetime DEFAULT NULL,
`modified` datetime DEFAULT NULL,
`check_date` datetime DEFAULT NULL,
`remarks` text,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/37418#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list