标签: laravel laravel-5 timestamp
我想将时间戳更改为当前时间,但是它不起作用。我该怎么办?
_Layout.cshtml
答案 0 :(得分:0)
尝试使用useCurrent()方法:
$table->timestamp('created_at')->useCurrent(); $table->timestamp('updated_at')->useCurrent();