{"table_name":"hotel_booking_plans","full_table_name":"wp_hotel_booking_plans","description":"Stores hotel booking plans data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS wp_hotel_booking_plans ( plan_id bigint(20) unsigned NOT NULL AUTO_INCREMENT, room_id bigint(20) unsigned NOT NULL, start_time timestamp NULL, end_time timestamp NULL, pricing longtext NULL, UNIQUE KEY plan_id (plan_id), PRIMARY KEY (plan_id) ) $charset_collate; \"; dbDelta( $sql );","columns":[{"name":"plan_id","type":"bigint(20) unsigned","nullable":false,"primary_key":true},{"name":"room_id","type":"bigint(20) unsigned","nullable":false,"primary_key":false},{"name":"start_time","type":"timestamp","nullable":true,"primary_key":false},{"name":"end_time","type":"timestamp","nullable":true,"primary_key":false},{"name":"pricing","type":"longtext","nullable":true,"primary_key":false}],"plugin":{"slug":"wp-hotel-booking","name":"WP Hotel Booking","active_installs":7000,"version":"2.3.2","wp_org_url":"https://wordpress.org/plugins/wp-hotel-booking/"}}