wip
This commit is contained in:
@@ -13,6 +13,10 @@ return new class extends Migration
|
||||
{
|
||||
Schema::create('card_transactions', function (Blueprint $table) {
|
||||
$table->id();
|
||||
$table->string('passport_serie');
|
||||
$table->string('passport_number');
|
||||
$table->string('card_number_masked');
|
||||
$table->string('card_expire_date');
|
||||
$table->timestamps();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user