[New Feature] Export Excel Request LOG
This commit is contained in:
@@ -14,8 +14,8 @@ return new class extends Migration
|
||||
public function up()
|
||||
{
|
||||
Schema::table('request_logs', function (Blueprint $table) {
|
||||
$table->dateTime('created_final_at');
|
||||
$table->bigInteger('created_final_by');
|
||||
$table->dateTime('created_final_at')->default(null);
|
||||
$table->bigInteger('created_final_by')->default(null);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user