shortcode cdbt-entry,cdbt-edit
-
Hi.
CREATE TABLE
wp_test1(
IDbigint(20) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT ‘ID’,
testvarchar(10),
Scheduledate,
PRIMARY KEY(ID) )
ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1;It was created in the above-mentioned contents.
It is not reflected even if the date field of input.I want you to tell me if there is an improvement method
safari9.0.2
The topic ‘shortcode cdbt-entry,cdbt-edit’ is closed to new replies.