{"table_name":"famtree_relations","full_table_name":"wp_famtree_relations","description":"Stores famtree relations data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE wp_famtree_relations ( id mediumint(9) NOT NULL AUTO_INCREMENT, type varchar(55) NULL DEFAULT NULL, start date NULL DEFAULT NULL, end date NULL DEFAULT NULL, members json NOT NULL, children json NOT NULL, PRIMARY KEY (id) ) $charset_collate;\"; dbDelta( $sql );","columns":[{"name":"id","type":"mediumint(9)","nullable":false,"primary_key":true},{"name":"type","type":"varchar(55)","nullable":true,"primary_key":false},{"name":"start","type":"date","nullable":true,"primary_key":false},{"name":"end","type":"date","nullable":true,"primary_key":false},{"name":"members","type":"json","nullable":false,"primary_key":false},{"name":"children","type":"json","nullable":false,"primary_key":false}],"plugin":{"slug":"famtree","name":"FamTree","active_installs":10,"version":"1.5.1","wp_org_url":"https://wordpress.org/plugins/famtree/"}}