/*
  Warnings:

  - You are about to drop the column `cost_letter` on the `employers` table. All the data in the column will be lost.
  - You are about to drop the column `cost_number` on the `employers` table. All the data in the column will be lost.
  - You are about to drop the column `count_day` on the `employers` table. All the data in the column will be lost.
  - You are about to drop the column `teach_count` on the `employers` table. All the data in the column will be lost.
  - You are about to drop the column `teach_time` on the `employers` table. All the data in the column will be lost.
  - You are about to drop the column `year_support` on the `employers` table. All the data in the column will be lost.

*/
-- AlterTable
ALTER TABLE "employers" DROP COLUMN "cost_letter",
DROP COLUMN "cost_number",
DROP COLUMN "count_day",
DROP COLUMN "teach_count",
DROP COLUMN "teach_time",
DROP COLUMN "year_support";
