{"table_name":"support_ticket","full_table_name":"wp_support_ticket","description":"Stores support ticket data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE IF NOT EXISTS wp_support_ticket ( ID int(100) NOT NULL AUTO_INCREMENT, title varchar(255) NOT NULL, description text NOT NULL, category varchar(100) NOT NULL, priority varchar(20) NOT NULL DEFAULT 'medium', user_id int(100) NOT NULL, status varchar(100) NOT NULL DEFAULT 'pending', created_at timestamp NOT NULL DEFAULT current_timestamp(), PRIMARY KEY (ID) ) $charset;\" );","columns":[{"name":"ID","type":"int(100)","nullable":false,"primary_key":true},{"name":"title","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"description","type":"text","nullable":false,"primary_key":false},{"name":"category","type":"varchar(100)","nullable":false,"primary_key":false},{"name":"priority","type":"varchar(20)","nullable":false,"primary_key":false},{"name":"user_id","type":"int(100)","nullable":false,"primary_key":false},{"name":"status","type":"varchar(100)","nullable":false,"primary_key":false},{"name":"created_at","type":"timestamp","nullable":false,"primary_key":false}],"plugin":{"slug":"aistore-support-ticket","name":"Simple Support Tickets","active_installs":0,"version":"1.2","wp_org_url":"https://wordpress.org/plugins/aistore-support-ticket/"}}