update properties table report fo activity log

This commit is contained in:
Daeng Deni Mardaeni 2023-08-30 13:30:21 +07:00
parent becd074bc3
commit 200ed7e08a

View File

@ -14,7 +14,7 @@ return new class extends Migration
public function up()
{
Schema::create('reports', function (Blueprint $table) {
$table->uuid('id')->primary();
$table->id();
$table->text('param');
$table->timestamps();
$table->softDeletes();