/*
  Warnings:

  - You are about to alter the column `news` on the `latestnews` table. The data in that column could be lost. The data in that column will be cast from `LongBlob` to `MediumText`.

*/
-- AlterTable
ALTER TABLE `latestnews` MODIFY `news` MEDIUMTEXT NOT NULL;
