To migrate from illenium-appearance, you only need to run this query
ALTER TABLE `player_outfits` ADD `tags` VARCHAR(50) NULL DEFAULT 'No Tags' AFTER `outfitname`;
Last updated 6 months ago