INSERT INTO perm_info (entity_id, config_key, value) VALUES (?, ?, ?) ON CONFLICT(entity_id, config_key) DO UPDATE SET value=excluded.value;