Skip to content

timestamp 字段说明

  • "timestamp without time zone" > 没有时区的时间戳
  • "timestamp with time zone" > 有时区的时间戳记
  • "timestamp with local time zone" > 带本地时区的时间印记

增加依赖

sh
pnpm i --save --production -D @nestjs/config @nestjs/typeorm typeorm mysql2
pnpm i --save --production -D @types/js-yaml js-yaml

参考文档

https://juejin.cn/post/7041446508004114439

https://juejin.cn/post/7221730647042572346