Closed ibrunotome closed 6 years ago
Can you please upgrade the CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP on migrations to use pure eloquent instead?
CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
I changed it to $table->timestamps();
Can you please upgrade the
CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
on migrations to use pure eloquent instead?