dash-registratori/prisma/migrations/20251111161412_007/migration.sql

11 lines
275 B
MySQL
Raw Normal View History

2025-11-11 16:56:56 +00:00
/*
Warnings:
- You are about to drop the column `coordinate` on the `Cliente` table. All the data in the column will be lost.
*/
-- AlterTable
ALTER TABLE "Cliente" DROP COLUMN "coordinate",
ADD COLUMN "lat" DOUBLE PRECISION,
ADD COLUMN "lon" DOUBLE PRECISION;