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