php laravel timestamp字段当前时间 chated_at = now(); $table->timestamp(‘chated_at’)->nullable()->comment(‘聊天时间’); $table->dropColumn(‘chated_at’);