/*
  Warnings:

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

*/
-- AlterTable
ALTER TABLE "Fair" DROP COLUMN "createdAt";
