migration.sql 109 B

12
  1. -- AlterTable
  2. ALTER TABLE `post` ADD COLUMN `updatedTime` DATETIME(3) NOT NULL DEFAULT CURRENT_TIMESTAMP(3);