售后服务(退换货)

This commit is contained in:
TL 2022-08-17 10:38:43 +08:00
parent bc713a5976
commit d2a9056802
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ class ReturnTable extends Migration
$table->timestamps();
});
Schema::create('rma_reasons', function (Blueprint $table) {
$table->id();
$table->bigInteger('id');
$table->string('locale');
$table->string('name');
});