observer update and invoices creation
This commit is contained in:
@@ -41,6 +41,7 @@ class CreateMiningTaxTables extends Migration
|
||||
$table->dateTime('last_updated');
|
||||
$table->unsignedBigInteger('observer_id');
|
||||
$table->string('observer_type');
|
||||
$table->string('observer_name');
|
||||
$table->timestamps();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user