售后服务(退换货)
This commit is contained in:
parent
bc713a5976
commit
d2a9056802
|
|
@ -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');
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue