{"table_name":"rega_notifications","full_table_name":"wp_rega_notifications","description":"Stores rega notifications data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS wp_rega_notifications ( id int PRIMARY KEY auto_increment, AdlicenseNumber int(11) DEFAULT NULL, AdlicenseStatusCode int(11) DEFAULT NULL, AdlicenseStatusNameAR varchar(250) DEFAULT NULL, ActionDateTime DateTime DEFAULT NULL, ActionReason varchar(250) DEFAULT NULL, created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP )\" );","columns":[{"name":"id","type":"int","nullable":true,"primary_key":true},{"name":"AdlicenseNumber","type":"int(11)","nullable":true,"primary_key":false},{"name":"AdlicenseStatusCode","type":"int(11)","nullable":true,"primary_key":false},{"name":"AdlicenseStatusNameAR","type":"varchar(250)","nullable":true,"primary_key":false},{"name":"ActionDateTime","type":"DateTime","nullable":true,"primary_key":false},{"name":"ActionReason","type":"varchar(250)","nullable":true,"primary_key":false},{"name":"created_at","type":"TIMESTAMP","nullable":true,"primary_key":false}],"plugin":{"slug":"rega-verifier","name":"REGA Verifier","active_installs":0,"version":"1.4.1","wp_org_url":"https://wordpress.org/plugins/rega-verifier/"}}