fix last code

This commit is contained in:
2025-09-03 16:28:32 +03:30
parent 4308a6443f
commit df04125cb4
4 changed files with 5 additions and 12 deletions

View File

@@ -12,7 +12,7 @@ return new class extends Migration
public function up(): void
{
Schema::table('rahdaran', function (Blueprint $table) {
$table->char('mobile', 11)->nullable();
$table->string('mobile', 11)->nullable();
});
}