{"slug":"woo-exchange-rate","name":"Multi Currency, Currency Switcher, Exchange Rates for WooCommerce – Mudra","description":"Allows to add exchange rates for WooCommerce store","author":"Niloy - Codeixer","active_installs":1000,"version":"17.5.0","wp_org_url":"https://wordpress.org/plugins/woo-exchange-rate/","is_closed":false,"cleanup":{"has_uninstall_hook":true,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"test","full_table_name":"wp_test","description":"Stores test data created by this plugin.","detection_method":"static","confidence":"high","columns":[{"name":"ID","type":"BIGINT(255) UNSIGNED","nullable":false,"primary_key":true},{"name":"name","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"email","type":"VARCHAR(255)","nullable":true,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS wp_test (ID BIGINT(255) UNSIGNED AUTO_INCREMENT PRIMARY KEY NOT NULL, name VARCHAR(255) NOT NULL, email VARCHAR(255) DEFAULT 'nil', INDEX (ID))\"; $query = CreateApi::create('test') ->column('ID')->bigInt()->unsigned()->autoIncrement()->primary()->required() ->column('name')->string(255)->required() ->column('email')->string(255)->default('nil') ->index(['ID']) ->getSql();"}],"table_count":1}