{"table_name":"hotel_booking_order_itemmeta","full_table_name":"wp_hotel_booking_order_itemmeta","description":"Stores order records and related transaction data.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS wp_hotel_booking_order_itemmeta ( meta_id bigint(20) unsigned NOT NULL AUTO_INCREMENT, hotel_booking_order_item_id bigint(20) unsigned NOT NULL, meta_key varchar(255) NULL, meta_value longtext NULL, UNIQUE KEY meta_id (meta_id), PRIMARY KEY (meta_id), KEY hotel_booking_order_item_id(hotel_booking_order_item_id) ) $charset_collate; \"; dbDelta( $sql );","columns":[{"name":"meta_id","type":"bigint(20) unsigned","nullable":false,"primary_key":true},{"name":"hotel_booking_order_item_id","type":"bigint(20) unsigned","nullable":false,"primary_key":false},{"name":"meta_key","type":"varchar(255)","nullable":true,"primary_key":false},{"name":"meta_value","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/"}}