The timestamps field in mysql does not work.

Source: Internet
Author: User
Why does a field set to timestamps, but it does not automatically fill in the current timestamp during update or addition as I expected? In addition, the data table generated using migrate of Laravel is the same. the timestamps field in the generated table does not work at all. Yes... why does a field set to timestamps, but it does not automatically fill in the current timestamp during update or addition as I expected?

In addition, the data table generated using migrate of Laravel is the same. the timestamps field in the generated table does not work at all. Why?

This is the migration file.


  Increments ('id'); $ table-> smallInteger ('Equip _ id')-> unsigned ()-> comment ('device ID '); $ table-> string ('eqiup _ name')-> comment ('device name'); $ table-> string ('eqiup _ desc ') -> comment ('device description'); $ table-> timestamps (); $ table-> primary ('Equip _ id ');});} /*** Reverse the migrations. ** @ return void */public function down (){//}}

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.