/*
  Warnings:

  - You are about to drop the column `image` on the `Admins` table. All the data in the column will be lost.

*/
-- AlterTable
ALTER TABLE `Admins` DROP COLUMN `image`;
