{"table_name":"fcwg_widgets","full_table_name":"wp_fcwg_widgets","description":"Stores fcwg widgets data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_fcwg_widgets ( id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT, name VARCHAR(191) NOT NULL DEFAULT 'My Float', status ENUM('active','inactive','draft') NOT NULL DEFAULT 'draft', channels LONGTEXT, settings LONGTEXT, priority SMALLINT NOT NULL DEFAULT 10, total_clicks BIGINT NOT NULL DEFAULT 0, created_at DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (id), KEY status (status), KEY priority (priority) ) $c;\" );","columns":[{"name":"id","type":"BIGINT UNSIGNED","nullable":false,"primary_key":true},{"name":"name","type":"VARCHAR(191)","nullable":false,"primary_key":false},{"name":"status","type":"ENUM('active','inactive','draft')","nullable":false,"primary_key":false},{"name":"channels","type":"LONGTEXT","nullable":true,"primary_key":false},{"name":"settings","type":"LONGTEXT","nullable":true,"primary_key":false},{"name":"priority","type":"SMALLINT","nullable":false,"primary_key":false},{"name":"total_clicks","type":"BIGINT","nullable":false,"primary_key":false},{"name":"created_at","type":"DATETIME","nullable":false,"primary_key":false},{"name":"updated_at","type":"DATETIME","nullable":false,"primary_key":false}],"plugin":{"slug":"pb-floats-contact-widget","name":"PB Floats Contact Widget","active_installs":0,"version":"1.3.1","wp_org_url":"https://wordpress.org/plugins/pb-floats-contact-widget/"}}