{"table_name":"customers","full_table_name":"wp_customers","description":"Stores customers data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE `customers` ( `customer_id` BIGINT NOT NULL , `name` VARCHAR(255) NOT NULL , `second_name` VARCHAR(255) NOT NULL , `prefix` VARCHAR(25) NOT NULL , `email` VARCHAR(255) NOT NULL , `phone` VARCHAR(50) NOT NULL , `country` VARCHAR(255) NOT NULL , `city` VARCHAR(255) NOT NULL , `adress` TEXT NOT NULL , PRIMARY KEY (`customer_id`) );","columns":[{"name":"customer_id","type":"BIGINT","nullable":false,"primary_key":false},{"name":"name","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"second_name","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"prefix","type":"VARCHAR(25)","nullable":false,"primary_key":false},{"name":"email","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"phone","type":"VARCHAR(50)","nullable":false,"primary_key":false},{"name":"country","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"city","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"adress","type":"TEXT","nullable":false,"primary_key":false}],"plugin":{"slug":"email-reminders","name":"Email Reminders","active_installs":200,"version":"2.0.7","wp_org_url":"https://wordpress.org/plugins/email-reminders/"}}