roy cyril dosado
Results
2
comments of
roy cyril dosado
trafficstars
thanks for this, but still the fix is not yet committed in the repo. as of now.
this also can be solve by replacing $table->timestamps(); by ` $table->timestamp('created_at')->default(\DB::raw('CURRENT_TIMESTAMP')); ` ` $table->timestamp('updated_at')->default(\DB::raw('CURRENT_TIMESTAMP')); `