{"slug":"dimme-googlemaps","name":"Dimme Googlemap","description":"A simple googlemap plugin using custom post types.","author":"disjfa","active_installs":10,"version":"0.3.2","wp_org_url":"https://wordpress.org/plugins/dimme-googlemaps/","is_closed":false,"cleanup":{"has_uninstall_hook":false,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"dimme_googlemaps","full_table_name":"wp_dimme_googlemaps","description":"Stores dimme googlemaps data created by this plugin.","detection_method":"static","confidence":"medium","columns":[{"name":"ID","type":"bigint(20) unsigned","nullable":false,"primary_key":true},{"name":"post_id","type":"bigint(20) unsigned","nullable":false,"primary_key":false},{"name":"post_type","type":"varchar(20)","nullable":true,"primary_key":false},{"name":"item_date","type":"datetime","nullable":false,"primary_key":false},{"name":"latitude","type":"float(12,7)","nullable":true,"primary_key":false},{"name":"longtitude","type":"float(12,7)","nullable":true,"primary_key":false}],"create_sql":"CREATE TABLE wp_dimme_googlemaps ( ID bigint(20) unsigned NOT NULL AUTO_INCREMENT, post_id bigint(20) unsigned NOT NULL DEFAULT '0', post_type varchar(20) DEFAULT 'post', item_date datetime NOT NULL DEFAULT '0000-00-00 00:00:00', latitude float(12,7) DEFAULT '0.0000000', longtitude float(12,7) DEFAULT '0.0000000', PRIMARY KEY (ID) )\"; require_once(ABSPATH . 'wp-admin/includes/upgrade.php');"}],"table_count":1}