{"table_name":"fe_event_orders","full_table_name":"wp_fe_event_orders","description":"Stores order records and related transaction data.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE wp_fe_event_orders ( id BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT, uid CHAR(40) NOT NULL DEFAULT '', event_id BIGINT(20) UNSIGNED NOT NULL, event_date DATETIME NULL DEFAULT NULL, payment_id VARCHAR(255) NOT NULL DEFAULT '', payment_status VARCHAR(32) NOT NULL DEFAULT '', custom_status VARCHAR(32) NOT NULL DEFAULT '', created_at DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP, name VARCHAR(50) NOT NULL DEFAULT '', email VARCHAR(100) NOT NULL DEFAULT '', input_fields TEXT NOT NULL, num_tickets INT NOT NULL DEFAULT '0', total DECIMAL(10,4) NOT NULL DEFAULT '0.0000', discount DECIMAL(10,4) NOT NULL DEFAULT '0.0000', ip_address VARCHAR(45) NOT NULL, PRIMARY KEY (id), UNIQUE KEY uid (uid(40)), INDEX event_id (event_id), INDEX email (email) ) ENGINE","columns":[{"name":"id","type":"BIGINT(20) UNSIGNED","nullable":false,"primary_key":true},{"name":"uid","type":"CHAR(40)","nullable":false,"primary_key":false},{"name":"event_id","type":"BIGINT(20) UNSIGNED","nullable":false,"primary_key":false},{"name":"event_date","type":"DATETIME","nullable":true,"primary_key":false},{"name":"payment_id","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"payment_status","type":"VARCHAR(32)","nullable":false,"primary_key":false},{"name":"custom_status","type":"VARCHAR(32)","nullable":false,"primary_key":false},{"name":"created_at","type":"DATETIME","nullable":false,"primary_key":false},{"name":"name","type":"VARCHAR(50)","nullable":false,"primary_key":false},{"name":"email","type":"VARCHAR(100)","nullable":false,"primary_key":false},{"name":"input_fields","type":"TEXT","nullable":false,"primary_key":false},{"name":"num_tickets","type":"INT","nullable":false,"primary_key":false},{"name":"total","type":"DECIMAL(10,4)","nullable":false,"primary_key":false},{"name":"discount","type":"DECIMAL(10,4)","nullable":false,"primary_key":false},{"name":"ip_address","type":"VARCHAR(45)","nullable":false,"primary_key":false}],"plugin":{"slug":"fast-events","name":"Fast Events","active_installs":20,"version":"3.0.0","wp_org_url":"https://wordpress.org/plugins/fast-events/"}}