mining operations

This commit is contained in:
2021-06-03 01:27:58 +09:00
parent 2349f1031c
commit 3b02745302
4 changed files with 54 additions and 14 deletions

View File

@@ -21,6 +21,7 @@ class CreateMiningTaxMiningOperationsTable extends Migration
$table->unsignedBigInteger('authorized_by_id');
$table->string('authorized_by_name');
$table->date('operation_date');
$table->string('operation_name');
$table->enum('processed', [
'No',
'Yes',