created send moon rental payment reminder job
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user