{"slug":"admin-msg-board","name":"Admin Msg Board","description":"Adds a messaging system in your Wordpress admin area for bloggers to communicate.","author":"Julian Yanover","active_installs":10,"version":"1.05","wp_org_url":"https://wordpress.org/plugins/admin-msg-board/","is_closed":false,"cleanup":{"has_uninstall_hook":false,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"amsgboard","full_table_name":"wp_amsgboard","description":"Stores amsgboard data created by this plugin.","detection_method":"static","confidence":"high","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}],"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) );"}],"table_count":1}