{"table_name":"support_ticket_message","full_table_name":"wp_support_ticket_message","description":"Stores support ticket message data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE IF NOT EXISTS wp_support_ticket_message ( ID int(100) NOT NULL AUTO_INCREMENT, message text NOT NULL, user_id int(100) NOT NULL, ticket_id int(100) NOT NULL, created_at timestamp NOT NULL DEFAULT current_timestamp(), PRIMARY KEY (ID) ) $charset;\" );","columns":[{"name":"ID","type":"int(100)","nullable":false,"primary_key":true},{"name":"message","type":"text","nullable":false,"primary_key":false},{"name":"user_id","type":"int(100)","nullable":false,"primary_key":false},{"name":"ticket_id","type":"int(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/"}}