{"table_name":"calendarinstances","full_table_name":"wp_calendarinstances","description":"Stores calendarinstances data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE calendarinstances ( id INTEGER UNSIGNED NOT NULL PRIMARY KEY AUTO_INCREMENT, calendarid INTEGER UNSIGNED NOT NULL, principaluri VARBINARY(100), access TINYINT(1) NOT NULL DEFAULT '1' COMMENT '1 = owner, 2 = read, 3 = readwrite', displayname VARCHAR(100), uri VARBINARY(200), description TEXT, calendarorder INT(11) UNSIGNED NOT NULL DEFAULT '0', calendarcolor VARBINARY(10), timezone TEXT, transparent TINYINT(1) NOT NULL DEFAULT '0', share_href VARBINARY(100), share_displayname VARCHAR(100), share_invitestatus TINYINT(1) NOT NULL DEFAULT '2' COMMENT '1 = noresponse, 2 = accepted, 3 = declined, 4 = invalid', UNIQUE(principaluri, uri), UNIQUE(calendarid, principaluri), UNIQUE(calendarid, share_href) ) ENGINE","columns":[{"name":"id","type":"INTEGER UNSIGNED","nullable":false,"primary_key":true},{"name":"calendarid","type":"INTEGER UNSIGNED","nullable":false,"primary_key":false},{"name":"principaluri","type":"VARBINARY(100)","nullable":true,"primary_key":false},{"name":"access","type":"TINYINT(1)","nullable":false,"primary_key":false},{"name":"displayname","type":"VARCHAR(100)","nullable":true,"primary_key":false},{"name":"uri","type":"VARBINARY(200)","nullable":true,"primary_key":false},{"name":"description","type":"TEXT","nullable":true,"primary_key":false},{"name":"calendarorder","type":"INT(11) UNSIGNED","nullable":false,"primary_key":false},{"name":"calendarcolor","type":"VARBINARY(10)","nullable":true,"primary_key":false},{"name":"timezone","type":"TEXT","nullable":true,"primary_key":false},{"name":"transparent","type":"TINYINT(1)","nullable":false,"primary_key":false},{"name":"share_href","type":"VARBINARY(100)","nullable":true,"primary_key":false},{"name":"share_displayname","type":"VARCHAR(100)","nullable":true,"primary_key":false},{"name":"share_invitestatus","type":"TINYINT(1)","nullable":false,"primary_key":false}],"plugin":{"slug":"xcloner-backup-and-restore","name":"Backup, Restore and Migrate your sites with XCloner","active_installs":10000,"version":"4.8.6","wp_org_url":"https://wordpress.org/plugins/xcloner-backup-and-restore/"}}