translate

This commit is contained in:
2024-09-02 21:47:00 +05:00
parent a068491050
commit 65c56b6f41
9 changed files with 216 additions and 103 deletions

View File

@@ -13,6 +13,8 @@ return new class extends Migration
{
Schema::create('swift_payments', function (Blueprint $table) {
$table->id();
$table->string('unique_id')->nullable()->unique();
$table->string('type')->nullable();
$table->string('passport_name')->nullable();
$table->string('passport_surname')->nullable();