rental moon testing

This commit is contained in:
2020-06-05 02:19:30 -05:00
parent dcaa848b0f
commit 7cc3788f77
2 changed files with 4 additions and 0 deletions
@@ -55,6 +55,7 @@ class CreateAllianceMoonRentalsTable extends Migration
])->default('Not Rented');
$table->dateTime('paid_until')->nullable();
$table->dateTime('alliance_use_until')->nullable();
$table->dateTime('next_moon_pull')->nullable();
$table->timestamps();
});
}