{"table_name":"lhdn_cert","full_table_name":"wp_lhdn_cert","description":"Stores lhdn cert data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE wp_lhdn_cert ( id BIGINT AUTO_INCREMENT PRIMARY KEY, pem_content LONGTEXT, organization VARCHAR(255), organization_identifier VARCHAR(255), cn VARCHAR(255), serial_number VARCHAR(255), email_address VARCHAR(255), issuer VARCHAR(500), valid_from DATETIME, valid_to DATETIME, is_active TINYINT(1) DEFAULT 1, created_at DATETIME, updated_at DATETIME ) {$charset}; \");","columns":[{"name":"id","type":"BIGINT","nullable":true,"primary_key":true},{"name":"pem_content","type":"LONGTEXT","nullable":true,"primary_key":false},{"name":"organization","type":"VARCHAR(255)","nullable":true,"primary_key":false},{"name":"organization_identifier","type":"VARCHAR(255)","nullable":true,"primary_key":false},{"name":"cn","type":"VARCHAR(255)","nullable":true,"primary_key":false},{"name":"serial_number","type":"VARCHAR(255)","nullable":true,"primary_key":false},{"name":"email_address","type":"VARCHAR(255)","nullable":true,"primary_key":false},{"name":"issuer","type":"VARCHAR(500)","nullable":true,"primary_key":false},{"name":"valid_from","type":"DATETIME","nullable":true,"primary_key":false},{"name":"valid_to","type":"DATETIME","nullable":true,"primary_key":false},{"name":"is_active","type":"TINYINT(1)","nullable":true,"primary_key":false},{"name":"created_at","type":"DATETIME","nullable":true,"primary_key":false},{"name":"updated_at","type":"DATETIME","nullable":true,"primary_key":false}],"plugin":{"slug":"myinvoice-sync","name":"MyInvoice Sync","active_installs":0,"version":"2.1.2","wp_org_url":"https://wordpress.org/plugins/myinvoice-sync/"}}