• <legend id='RVT9W'><style id='RVT9W'><dir id='RVT9W'><q id='RVT9W'></q></dir></style></legend>

    1. <i id='RVT9W'><tr id='RVT9W'><dt id='RVT9W'><q id='RVT9W'><span id='RVT9W'><b id='RVT9W'><form id='RVT9W'><ins id='RVT9W'></ins><ul id='RVT9W'></ul><sub id='RVT9W'></sub></form><legend id='RVT9W'></legend><bdo id='RVT9W'><pre id='RVT9W'><center id='RVT9W'></center></pre></bdo></b><th id='RVT9W'></th></span></q></dt></tr></i><div id='RVT9W'><tfoot id='RVT9W'></tfoot><dl id='RVT9W'><fieldset id='RVT9W'></fieldset></dl></div>
    2. <tfoot id='RVT9W'></tfoot>
          <bdo id='RVT9W'></bdo><ul id='RVT9W'></ul>

        <small id='RVT9W'></small><noframes id='RVT9W'>

        更新而不触及时间戳(Laravel)

        时间:2023-09-24
          <tbody id='hGBqC'></tbody>

          <small id='hGBqC'></small><noframes id='hGBqC'>

          • <tfoot id='hGBqC'></tfoot>

              <bdo id='hGBqC'></bdo><ul id='hGBqC'></ul>
              • <legend id='hGBqC'><style id='hGBqC'><dir id='hGBqC'><q id='hGBqC'></q></dir></style></legend>
                  <i id='hGBqC'><tr id='hGBqC'><dt id='hGBqC'><q id='hGBqC'><span id='hGBqC'><b id='hGBqC'><form id='hGBqC'><ins id='hGBqC'></ins><ul id='hGBqC'></ul><sub id='hGBqC'></sub></form><legend id='hGBqC'></legend><bdo id='hGBqC'><pre id='hGBqC'><center id='hGBqC'></center></pre></bdo></b><th id='hGBqC'></th></span></q></dt></tr></i><div id='hGBqC'><tfoot id='hGBqC'></tfoot><dl id='hGBqC'><fieldset id='hGBqC'></fieldset></dl></div>

                  本文介绍了更新而不触及时间戳(Laravel)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  是否可以在不触及时间戳的情况下更新用户?

                  Is it possible to update a user without touching the timestamps?

                  我不想完全禁用时间戳..

                  I don't want to disable the timestamps completly..

                  grz

                  推荐答案

                  暂时禁用:

                  $user = User::find(1);
                  $user->timestamps = false;
                  $user->age = 72;
                  $user->save();
                  

                  您可以选择在保存后重新启用它们.

                  You can optionally re-enable them after saving.

                  这是 Laravel 4 和 5 的唯一功能,不适用于 Laravel 3.

                  This is a Laravel 4 and 5 only feature and does not apply to Laravel 3.

                  这篇关于更新而不触及时间戳(Laravel)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:Laravel Eloquent 更新仅在进行更改时 下一篇:如何通过 Eloquent 查询原始数据?

                  相关文章

                  最新文章

                  <legend id='KOZ8b'><style id='KOZ8b'><dir id='KOZ8b'><q id='KOZ8b'></q></dir></style></legend>

                    <small id='KOZ8b'></small><noframes id='KOZ8b'>

                  1. <i id='KOZ8b'><tr id='KOZ8b'><dt id='KOZ8b'><q id='KOZ8b'><span id='KOZ8b'><b id='KOZ8b'><form id='KOZ8b'><ins id='KOZ8b'></ins><ul id='KOZ8b'></ul><sub id='KOZ8b'></sub></form><legend id='KOZ8b'></legend><bdo id='KOZ8b'><pre id='KOZ8b'><center id='KOZ8b'></center></pre></bdo></b><th id='KOZ8b'></th></span></q></dt></tr></i><div id='KOZ8b'><tfoot id='KOZ8b'></tfoot><dl id='KOZ8b'><fieldset id='KOZ8b'></fieldset></dl></div>
                      <bdo id='KOZ8b'></bdo><ul id='KOZ8b'></ul>
                  2. <tfoot id='KOZ8b'></tfoot>