Update
This commit is contained in:
@@ -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();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user