migration.sql 258 B

123456789
  1. /*
  2. Warnings:
  3. - 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.
  4. */
  5. -- AlterTable
  6. ALTER TABLE "schedule_visitations" ADD COLUMN "city_id" TEXT NOT NULL;