{"table_name":"pdo_user","full_table_name":"wp_pdo_user","description":"Stores pdo user data created by this plugin.","detection_method":"static","confidence":"high","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) )');","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}],"plugin":{"slug":"dfp-ads","name":"DFP Ad Manager","active_installs":100,"version":"0.3.2","wp_org_url":"https://wordpress.org/plugins/dfp-ads/"}}