Files
SnippetsManager/prisma/migrations/20230127144342_create_and_update_defaults/migration.sql
T

6 lines
212 B
SQL

-- AlterTable
ALTER TABLE `Snippet` MODIFY `created_at` DATETIME(3) NOT NULL DEFAULT CURRENT_TIMESTAMP(3);
-- AlterTable
ALTER TABLE `User` MODIFY `created_at` DATETIME(3) NOT NULL DEFAULT CURRENT_TIMESTAMP(3);