Schema::create('users', function (Blueprint $table) { $table->id(); $table->string('name'); $table->timestampsTz(); });
Once you have run the migration, now you will be able to specify the timezone for the timestamp.
896
3 years ago
0 comments
Schema::create('users', function (Blueprint $table) { $table->id(); $table->string('name'); $table->timestampsTz(); });
Frontend
Resource
Average
Average
No recent searches
Leave a reply