This commit is contained in:
ivan-sim
2023-10-26 11:08:17 +07:00
parent 3ec7727981
commit 9188e0c882
2 changed files with 13 additions and 1 deletions

View File

@@ -19,7 +19,7 @@ return new class extends Migration
$table->string('status', 255);
$table->dateTime('date');
$table->text('description')->nullable();
$table->text('device')->nullable();
$table->text('system_origin')->nullable();
$table->bigInteger('created_by');
$table->timestamps();
});