我正在尝试使用Laravel Schema Builder将timestamp with time zone
列添加到PostgreSQL数据库表中。
模式构建器提供函数$table->timestamps()
,它将created_at
和updated_at
列生成为timestamp without time zone
。如何在时区添加时间戳 ?除Laravel doc之外还有其他文档吗?
答案 0 :(得分:1)
现在可以在使用Postgres时使用timestampsTz
函数 - https://github.com/laravel/framework/commit/1afb3d164dedc305d7ecead87262bef6d9218885