{"table_name":"it_type","full_table_name":"wp_it_type","description":"Stores it type data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_it_type ( type_id int(3) NOT NULL AUTO_INCREMENT, type_tracker int(3), type_name varchar(64), type_colour varchar(6), type_order int(3), UNIQUE KEY type_id (type_id) );","columns":[{"name":"type_id","type":"int(3)","nullable":false,"primary_key":true},{"name":"type_tracker","type":"int(3)","nullable":true,"primary_key":false},{"name":"type_name","type":"varchar(64)","nullable":true,"primary_key":false},{"name":"type_colour","type":"varchar(6)","nullable":true,"primary_key":false},{"name":"type_order","type":"int(3)","nullable":true,"primary_key":false}],"plugin":{"slug":"wp-simple-tracker","name":"WP Simple Tracker","active_installs":10,"version":"0.33","wp_org_url":"https://wordpress.org/plugins/wp-simple-tracker/"}}