item price update issue

This commit is contained in:
2021-03-15 20:44:27 +09:00
parent 0c5b9aeb19
commit ade9da5be7
7 changed files with 61 additions and 47 deletions

View File

@@ -30,6 +30,7 @@ class CreateMiningTaxTables extends Migration
'Deferred',
'Deleted',
])->default('Pending');
$table->text('mail_body')->nullable();
$table->timestamps();
});
}