jws-backend/prisma/migrations/20240410053228_fix_typo/migration.sql

10 lines
228 B
MySQL
Raw Normal View History

2024-04-10 12:32:40 +07:00
/*
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);