{"table_name":"jbusinessdirectory_trip_bookings","full_table_name":"wp_jbusinessdirectory_trip_bookings","description":"Stores jbusinessdirectory trip bookings data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE `wp_jbusinessdirectory_trip_bookings` ( `id` int NOT NULL AUTO_INCREMENT, `trip_id` int NOT NULL, `trip_date` date NOT NULL, `trip_time` time DEFAULT NULL, `first_name` varchar(45) DEFAULT NULL, `last_name` varchar(45) DEFAULT NULL, `address` varchar(100) DEFAULT NULL, `email` varchar(45) DEFAULT NULL, `phone` varchar(45) DEFAULT NULL, `postal_code` varchar(45) DEFAULT NULL, `created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `confirmed_at` datetime DEFAULT NULL, `status` tinyint DEFAULT NULL, `user_id` int DEFAULT NULL, PRIMARY KEY (`id`), KEY `idx_user_id` (`user_id`), KEY `idx_trip` (`trip_id`) ) ENGINE","columns":[{"name":"id","type":"int","nullable":false,"primary_key":true},{"name":"trip_id","type":"int","nullable":false,"primary_key":false},{"name":"trip_date","type":"date","nullable":false,"primary_key":false},{"name":"trip_time","type":"time","nullable":true,"primary_key":false},{"name":"first_name","type":"varchar(45)","nullable":true,"primary_key":false},{"name":"last_name","type":"varchar(45)","nullable":true,"primary_key":false},{"name":"address","type":"varchar(100)","nullable":true,"primary_key":false},{"name":"email","type":"varchar(45)","nullable":true,"primary_key":false},{"name":"phone","type":"varchar(45)","nullable":true,"primary_key":false},{"name":"postal_code","type":"varchar(45)","nullable":true,"primary_key":false},{"name":"created","type":"timestamp","nullable":false,"primary_key":false},{"name":"confirmed_at","type":"datetime","nullable":true,"primary_key":false},{"name":"status","type":"tinyint","nullable":true,"primary_key":false},{"name":"user_id","type":"int","nullable":true,"primary_key":false}],"plugin":{"slug":"wp-businessdirectory","name":"WP-BusinessDirectory – Business directory plugin for WordPress","active_installs":50,"version":"4.0.2","wp_org_url":"https://wordpress.org/plugins/wp-businessdirectory/"}}