add autocounter

This commit is contained in:
2024-10-29 19:41:04 +05:00
parent 3eadd3c69b
commit efd49ae392
7 changed files with 38 additions and 2 deletions

View File

@@ -16,6 +16,7 @@ return new class extends Migration
$table->string('number')->nullable();
$table->string('name')->nullable();
$table->string('main_file')->nullable();
$table->softDeletes();
$table->timestamps();
});
}