/*
  Warnings:

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

*/
-- AlterTable
ALTER TABLE `cg_tbl_customers` DROP COLUMN `is_verified`;
