> For the complete documentation index, see [llms.txt](https://fivem.lvsoft.com.ar/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fivem.lvsoft.com.ar/qb-esx/lvs-clothing/migration/illenium-appareance.md).

# Illenium-Appareance

To migrate from illenium-appearance, you only need to run this query

```lua
ALTER TABLE `player_outfits` ADD `tags` VARCHAR(50) NULL DEFAULT 'No Tags' AFTER `outfitname`;
```
