{"table_name":"amsgboard","full_table_name":"wp_amsgboard","description":"Stores amsgboard data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE wp_amsgboard ( id INT(11) NOT NULL AUTO_INCREMENT, dateposted INT(11) NOT NULL, msgposted VARCHAR(140) NOT NULL, sentto VARCHAR(255) NOT NULL, readby VARCHAR(255) NOT NULL, UNIQUE KEY id (id) );","columns":[{"name":"id","type":"INT(11)","nullable":false,"primary_key":true},{"name":"dateposted","type":"INT(11)","nullable":false,"primary_key":false},{"name":"msgposted","type":"VARCHAR(140)","nullable":false,"primary_key":false},{"name":"sentto","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"readby","type":"VARCHAR(255)","nullable":false,"primary_key":false}],"plugin":{"slug":"admin-msg-board","name":"Admin Msg Board","active_installs":10,"version":"1.05","wp_org_url":"https://wordpress.org/plugins/admin-msg-board/"}}