/* Warnings: - You are about to drop the column `creation_date` on the `Folder` table. All the data in the column will be lost. */ -- AlterTable ALTER TABLE "Folder" DROP COLUMN "creation_date", ADD COLUMN "createdAt" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP;