{"slug":"gift-card-manager","name":"Gift Card Manager for WooCommerce","description":"Gift Card Manager for WooCommerce","author":"Fulfillment.Global","active_installs":0,"version":"2.4","wp_org_url":"https://wordpress.org/plugins/gift-card-manager/","is_closed":false,"cleanup":{"has_uninstall_hook":true,"drops_tables_on_uninstall":true,"deletes_options_on_uninstall":false},"tables":[{"table_name":"fg_gift_card_manager_config","full_table_name":"wp_fg_gift_card_manager_config","description":"Stores fg gift card manager config data created by this plugin.","detection_method":"static","confidence":"medium","columns":[{"name":"name","type":"VARCHAR(512)","nullable":true,"primary_key":true},{"name":"value","type":"TEXT","nullable":true,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS wp_fg_gift_card_manager_config (name VARCHAR(512) PRIMARY KEY, value TEXT)\" ) );"},{"table_name":"fg_gift_card_manager_gift_card_groups","full_table_name":"wp_fg_gift_card_manager_gift_card_groups","description":"Stores fg gift card manager gift card groups data created by this plugin.","detection_method":"static","confidence":"medium","columns":[{"name":"id","type":"BIGINT","nullable":true,"primary_key":true},{"name":"name","type":"VARCHAR(128)","nullable":false,"primary_key":false},{"name":"account_limit","type":"INT","nullable":false,"primary_key":false},{"name":"create_time","type":"BIGINT","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS wp_fg_gift_card_manager_gift_card_groups (id BIGINT PRIMARY KEY AUTO_INCREMENT, name VARCHAR(128) NOT NULL, account_limit INT NOT NULL, create_time BIGINT NOT NULL)\" ) );"},{"table_name":"fg_gift_card_manager_gift_cards","full_table_name":"wp_fg_gift_card_manager_gift_cards","description":"Stores fg gift card manager gift cards data created by this plugin.","detection_method":"static","confidence":"medium","columns":[{"name":"id","type":"BIGINT","nullable":true,"primary_key":true},{"name":"code","type":"VARCHAR(25)","nullable":false,"primary_key":false},{"name":"value","type":"DECIMAL(20, 2)","nullable":false,"primary_key":false},{"name":"group_id","type":"BIGINT","nullable":true,"primary_key":false},{"name":"claim_user_id","type":"BIGINT","nullable":true,"primary_key":false},{"name":"create_time","type":"BIGINT","nullable":false,"primary_key":false},{"name":"claim_time","type":"BIGINT","nullable":true,"primary_key":false},{"name":"expire_time","type":"BIGINT","nullable":true,"primary_key":false},{"name":"delete_time","type":"BIGINT","nullable":true,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS wp_fg_gift_card_manager_gift_cards (id BIGINT PRIMARY KEY AUTO_INCREMENT, code VARCHAR(25) UNIQUE NOT NULL, value DECIMAL(20, 2) NOT NULL, group_id BIGINT, claim_user_id BIGINT, create_time BIGINT NOT NULL, claim_time BIGINT, expire_time BIGINT, delete_time BIGINT)\" ) );"}],"table_count":3}