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