/* 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";