{"table_name":"book_review_custom_link_urls","full_table_name":"wp_book_review_custom_link_urls","description":"Stores book review custom link urls data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE IF NOT EXISTS wp_book_review_custom_link_urls ( post_id bigint(20) NOT NULL, custom_link_id int NOT NULL, url varchar(200), UNIQUE KEY id (post_id, custom_link_id) ) $charset_collate;\"; dbDelta( $sql );","columns":[{"name":"post_id","type":"bigint(20)","nullable":false,"primary_key":false},{"name":"custom_link_id","type":"int","nullable":false,"primary_key":false},{"name":"url","type":"varchar(200)","nullable":true,"primary_key":false}],"plugin":{"slug":"book-review","name":"Book Review","active_installs":300,"version":"2.3.9","wp_org_url":"https://wordpress.org/plugins/book-review/"}}