{"table_name":"epaka_settings","full_table_name":"wp_epaka_settings","description":"Stores epaka settings data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS wp_epaka_settings ( id int(11) NOT NULL AUTO_INCREMENT, payment_type int(11) NOT NULL, default_label_format int(11) NOT NULL, first_name VARCHAR(255) DEFAULT NULL, last_name VARCHAR(255) DEFAULT NULL, company_name VARCHAR(255) DEFAULT NULL, street VARCHAR(255) DEFAULT NULL, country VARCHAR(100) DEFAULT 'PL', house_number VARCHAR(50) DEFAULT NULL, post_code VARCHAR(20) DEFAULT NULL, city VARCHAR(255) DEFAULT NULL, phone VARCHAR(50) DEFAULT NULL, email VARCHAR(255) DEFAULT NULL, free_shipping_threshold int(11) DEFAULT NULL, created_at DATETIME NOT NULL, PRIMARY KEY (id) ) $charset_collate;\" ]; require_once ABSPATH . 'wp-admin/includes/upgrade.php'; foreach ($queries as $query) { dbDelta($query);","columns":[{"name":"id","type":"int(11)","nullable":false,"primary_key":true},{"name":"payment_type","type":"int(11)","nullable":false,"primary_key":false},{"name":"default_label_format","type":"int(11)","nullable":false,"primary_key":false},{"name":"first_name","type":"VARCHAR(255)","nullable":true,"primary_key":false},{"name":"last_name","type":"VARCHAR(255)","nullable":true,"primary_key":false},{"name":"company_name","type":"VARCHAR(255)","nullable":true,"primary_key":false},{"name":"street","type":"VARCHAR(255)","nullable":true,"primary_key":false},{"name":"country","type":"VARCHAR(100)","nullable":true,"primary_key":false},{"name":"house_number","type":"VARCHAR(50)","nullable":true,"primary_key":false},{"name":"post_code","type":"VARCHAR(20)","nullable":true,"primary_key":false},{"name":"city","type":"VARCHAR(255)","nullable":true,"primary_key":false},{"name":"phone","type":"VARCHAR(50)","nullable":true,"primary_key":false},{"name":"email","type":"VARCHAR(255)","nullable":true,"primary_key":false},{"name":"free_shipping_threshold","type":"int(11)","nullable":true,"primary_key":false},{"name":"created_at","type":"DATETIME","nullable":false,"primary_key":false}],"plugin":{"slug":"epaka-shipping-for-woocommerce","name":"Epaka Shipping for WooCommerce","active_installs":90,"version":"1.7.1","wp_org_url":"https://wordpress.org/plugins/epaka-shipping-for-woocommerce/"}}