/* Warnings: - Added the required column `city_id` to the `schedule_visitations` table without a default value. This is not possible if the table is not empty. */ -- AlterTable ALTER TABLE "schedule_visitations" ADD COLUMN "city_id" TEXT NOT NULL;