{"slug":"hex-coupon-for-woocommerce","name":"HexCoupon – Advanced Tools for WooCommerce Coupons, BOGO, Store Credit, Loyalty Programs, and More","description":"Extend coupon functionality in your Woocommerce store.","author":"wpHex","active_installs":0,"version":"1.2.4","wp_org_url":"https://wordpress.org/plugins/hex-coupon-for-woocommerce/","is_closed":false,"cleanup":{"has_uninstall_hook":false,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"actionscheduler_actions","full_table_name":"wp_actionscheduler_actions","description":"Stores actionscheduler actions data created by this plugin.","detection_method":"static","confidence":"high","columns":[],"create_sql":null},{"table_name":"actionscheduler_logs","full_table_name":"wp_actionscheduler_logs","description":"A logging table that records activity, events, or audit history.","detection_method":"static","confidence":"medium","columns":[],"create_sql":null},{"table_name":"hex_loyalty_points_log","full_table_name":"wp_hex_loyalty_points_log","description":"A logging table that records activity, events, or audit history.","detection_method":"static","confidence":"high","columns":[],"create_sql":null},{"table_name":"hex_loyalty_program_points","full_table_name":"wp_hex_loyalty_program_points","description":"Stores hex loyalty program points data created by this plugin.","detection_method":"static","confidence":"high","columns":[],"create_sql":null},{"table_name":"hex_store_credit_logs","full_table_name":"wp_hex_store_credit_logs","description":"A logging table that records activity, events, or audit history.","detection_method":"static","confidence":"high","columns":[],"create_sql":null},{"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":6}