{"table_name":"lecf_forms","full_table_name":"wp_lecf_forms","description":"Stores form definitions and related configuration.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS wp_lecf_forms ( id bigint(20) NOT NULL AUTO_INCREMENT, title varchar(255) NOT NULL DEFAULT '', fields longtext NOT NULL, settings longtext NOT NULL, status varchar(20) NOT NULL DEFAULT 'active', created_at datetime NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (id), KEY status (status) ) {$collate};\" );","columns":[{"name":"id","type":"bigint(20)","nullable":false,"primary_key":true},{"name":"title","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"fields","type":"longtext","nullable":false,"primary_key":false},{"name":"settings","type":"longtext","nullable":false,"primary_key":false},{"name":"status","type":"varchar(20)","nullable":false,"primary_key":false},{"name":"created_at","type":"datetime","nullable":false,"primary_key":false},{"name":"updated_at","type":"datetime","nullable":false,"primary_key":false}],"plugin":{"slug":"lukacodes-easy-contact-form","name":"Easy Contact Form by LukaCodes","active_installs":0,"version":"0.6.2","wp_org_url":"https://wordpress.org/plugins/lukacodes-easy-contact-form/"}}