kidshift-be/prisma/migrations/20240618095848_delete_linked_parent/migration.sql
2024-06-18 18:59:03 +09:00

9 lines
201 B
SQL

/*
Warnings:
- You are about to drop the column `linked_user_id` on the `Child` table. All the data in the column will be lost.
*/
-- AlterTable
ALTER TABLE "Child" DROP COLUMN "linked_user_id";