{"table_name":"bookingdates","full_table_name":"wp_bookingdates","description":"Stores bookingdates data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE wp_bookingdates ( booking_dates_id bigint(20) unsigned NOT NULL auto_increment, booking_id bigint(20) unsigned NOT NULL, booking_date datetime NOT NULL default '0000-00-00 00:00:00', approved bigint(20) unsigned NOT NULL default 0, PRIMARY KEY (booking_dates_id) ) {$charset_collate}\"; // phpcs:ignore WordPress.DB.DirectDatabaseQuery.DirectQuery, WordPress.DB.DirectDatabaseQuery.NoCaching, WordPress.DB.PreparedSQL.NotPrepared, PluginCheck.Security.DirectDB.UnescapedDBParameter $wpdb->query( $simple_sql );","columns":[{"name":"booking_dates_id","type":"bigint(20) unsigned","nullable":false,"primary_key":true},{"name":"booking_id","type":"bigint(20) unsigned","nullable":false,"primary_key":false},{"name":"booking_date","type":"datetime","nullable":false,"primary_key":false},{"name":"approved","type":"bigint(20) unsigned","nullable":false,"primary_key":false}],"plugin":{"slug":"booking","name":"Booking Calendar","active_installs":50000,"version":"11.3","wp_org_url":"https://wordpress.org/plugins/booking/"}}