{"slug":"dfp-ads","name":"DFP Ad Manager","description":"Simpler management of DFP (DoubleClick for Publishers) ad positions","author":"chriswgerber","active_installs":100,"version":"0.3.2","wp_org_url":"https://wordpress.org/plugins/dfp-ads/","is_closed":false,"cleanup":{"has_uninstall_hook":false,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"example","full_table_name":"wp_example","description":"Stores example data created by this plugin.","detection_method":"static","confidence":"high","columns":[{"name":"a","type":"TEXT","nullable":true,"primary_key":false},{"name":"b","type":"TEXT","nullable":true,"primary_key":false}],"create_sql":"CREATE TABLE `example` (a TEXT, b TEXT)');"},{"table_name":"pdo_group","full_table_name":"wp_pdo_group","description":"Stores pdo group data created by this plugin.","detection_method":"static","confidence":"high","columns":[{"name":"id","type":"INTEGER","nullable":true,"primary_key":true},{"name":"name","type":"VARCHAR(45)","nullable":true,"primary_key":false}],"create_sql":"CREATE TABLE pdo_group ( id INTEGER PRIMARY KEY AUTOINCREMENT, name VARCHAR(45) )');"},{"table_name":"pdo_user","full_table_name":"wp_pdo_user","description":"Stores pdo user data created by this plugin.","detection_method":"static","confidence":"high","columns":[{"name":"id","type":"INTEGER","nullable":true,"primary_key":true},{"name":"username","type":"VARCHAR(32)","nullable":true,"primary_key":false},{"name":"group_id","type":"INTEGER","nullable":true,"primary_key":false},{"name":"FOREIGN","type":"KEY(group_id)","nullable":true,"primary_key":false}],"create_sql":"CREATE TABLE pdo_user ( id INTEGER PRIMARY KEY AUTOINCREMENT, username VARCHAR(32), group_id INTEGER, FOREIGN KEY(group_id) REFERENCES pdo_group(id) )');"}],"table_count":3}