-- AlterTable
ALTER TABLE `Track`
    ADD COLUMN `artistsJson` JSON NULL,
    ADD COLUMN `albumJson` JSON NULL;
