jws-backend/prisma/migrations/20240410053228_fix_typo/migration.sql
Methapon2001 f7eea342cc fix: typo
2024-04-10 12:32:40 +07:00

9 lines
228 B
SQL

/*
Warnings:
- You are about to drop the column `birtDate` on the `User` table. All the data in the column will be lost.
*/
-- AlterTable
ALTER TABLE "User" DROP COLUMN "birtDate",
ADD COLUMN "birthDate" TIMESTAMP(3);