created send moon rental payment reminder job

This commit is contained in:
2020-06-03 04:30:25 -05:00
parent aec0671b4a
commit 3b11dae932
2 changed files with 136 additions and 2 deletions
@@ -41,7 +41,7 @@ class CreateAllianceMoonRentalsTable extends Migration
$table->dateTime('rental_until')->nullable();
$table->unsignedBigInteger('rental_contact_id')->default(0);
$table->enum('rental_contact_type', [
'Player',
'Character',
'Corporation',
'Alliance',
'Unknown',