{"table_name":"gsp_user_items","full_table_name":"wp_gsp_user_items","description":"Stores gsp user items data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS wp_gsp_user_items ( `user_item_id` bigint(20) NOT NULL AUTO_INCREMENT, `user_id` bigint(20) NULL, `item_id` bigint(20) NULL, `start_time` datetime NULL, `end_time` datetime NULL, `status` varchar(45) NULL, `ref_id` bigint(20) NULL, `ref_type` varchar(45) NULL, `parent_id` bigint(20) NULL,PRIMARY KEY (`user_item_id`) ) {$collate}\");","columns":[{"name":"user_item_id","type":"bigint(20)","nullable":false,"primary_key":true},{"name":"user_id","type":"bigint(20)","nullable":true,"primary_key":false},{"name":"item_id","type":"bigint(20)","nullable":true,"primary_key":false},{"name":"start_time","type":"datetime","nullable":true,"primary_key":false},{"name":"end_time","type":"datetime","nullable":true,"primary_key":false},{"name":"status","type":"varchar(45)","nullable":true,"primary_key":false},{"name":"ref_id","type":"bigint(20)","nullable":true,"primary_key":false},{"name":"ref_type","type":"varchar(45)","nullable":true,"primary_key":false},{"name":"parent_id","type":"bigint(20)","nullable":true,"primary_key":false}],"plugin":{"slug":"quick-learn","name":"Quick Learn","active_installs":0,"version":"1.0.1","wp_org_url":"https://wordpress.org/plugins/quick-learn/"}}