Setup the Auto Timestamp in PhpMyAdmin
Get date from timestamp in laravel
Tricks with Laravel Timestamps
Setup the Auto Timestamp in PhpMyAdmin
Now next time when you insert any data from PHP to your table, current timestamp will automatically inserted in column like shown below:
Adding DATA from PHP (Adding from MySql now for understanding)
After Adding data, you can see timestamp automatically generated in table like below
reference1
reference2
reference3
reference4
Top comments (0)