{"id":69,"date":"2007-10-01T20:55:51","date_gmt":"2007-10-01T13:55:51","guid":{"rendered":"http:\/\/tom.ji42.com\/?p=68"},"modified":"2007-10-01T20:55:51","modified_gmt":"2007-10-01T13:55:51","slug":"wp-downloadmanager-create-table","status":"publish","type":"post","link":"https:\/\/tom.tomwork.net\/?p=69","title":{"rendered":"wp-downloadmanager create table"},"content":{"rendered":"<pre style=\"margin-top: 0pt; display: inline\">CREATE TABLE `wp_downloads` (\n\u00a0 `file_id` int(10) NOT NULL auto_increment,\n\u00a0 `file` tinytext,\n\u00a0 `file_name` text NOT NULL,\n\u00a0 `file_des` text NOT NULL,\n\u00a0 `file_size` varchar(20) NOT NULL,\n\u00a0 `file_category` int(2) NOT NULL default '0',\n\u00a0 `file_date` varchar(20) NOT NULL default '',\n\u00a0 `file_hits` int(10) NOT NULL default '0',\n\u00a0 `file_permission` tinyint(2) NOT NULL default '0',\n\u00a0 PRIMARY KEY\u00a0 (`file_id`)\n)<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>CREATE TABLE `wp_downloads` ( \u00a0 `file_id` int(10) NOT NULL auto_increment, \u00a0 `file` tinytext, \u00a0 `file_name` text NOT NULL, \u00a0 `file_des` text NOT NULL, \u00a0 `file_size` varchar(20) NOT NULL, \u00a0 `file_category` int(2) NOT NULL default &#8216;0&#8217;, \u00a0 `file_date` varchar(20) NOT NULL default &#8221;, \u00a0 `file_hits` int(10) NOT NULL default &#8216;0&#8217;, \u00a0 `file_permission` tinyint(2) NOT NULL default [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2},"jetpack_post_was_ever_published":false},"categories":[13],"tags":[],"class_list":["post-69","post","type-post","status-publish","format-standard","hentry","category-13"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p6cOVM-17","_links":{"self":[{"href":"https:\/\/tom.tomwork.net\/index.php?rest_route=\/wp\/v2\/posts\/69","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tom.tomwork.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tom.tomwork.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tom.tomwork.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tom.tomwork.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=69"}],"version-history":[{"count":0,"href":"https:\/\/tom.tomwork.net\/index.php?rest_route=\/wp\/v2\/posts\/69\/revisions"}],"wp:attachment":[{"href":"https:\/\/tom.tomwork.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=69"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tom.tomwork.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=69"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tom.tomwork.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=69"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}