{"table_name":"abs_calendar","full_table_name":"wp_abs_calendar","description":"Stores abs calendar data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE IF NOT EXISTS wp_abs_calendar ( id INT(10) UNSIGNED AUTO_INCREMENT, name VARCHAR(150) NOT NULL, booking_type VARCHAR(50) NOT NULL, appointment_type VARCHAR(25) NOT NULL, appointment_default VARCHAR(50) NOT NULL, status INT(2) DEFAULT 0, PRIMARY KEY (id) ) $charset_collate\"; $this->table_migrate( $abs_calendar );","columns":[{"name":"id","type":"INT(10) UNSIGNED","nullable":true,"primary_key":true},{"name":"name","type":"VARCHAR(150)","nullable":false,"primary_key":false},{"name":"booking_type","type":"VARCHAR(50)","nullable":false,"primary_key":false},{"name":"appointment_type","type":"VARCHAR(25)","nullable":false,"primary_key":false},{"name":"appointment_default","type":"VARCHAR(50)","nullable":false,"primary_key":false},{"name":"status","type":"INT(2)","nullable":true,"primary_key":false}],"plugin":{"slug":"easy-booked","name":"Easy Booked – Appointment Booking and Scheduling Management System for WordPress","active_installs":100,"version":"2.4.11","wp_org_url":"https://wordpress.org/plugins/easy-booked/"}}