migration 创建数据表时使用了下面的代码
table.timestamp('finish_at').defaultTo(this.fn.now()) table.timestamps()
得出的结果
finish_at 列的时间差了8个小时。
请问这是什么原因?如何解决?