moon display

This commit is contained in:
2020-02-24 22:48:40 -06:00
parent 66438d574e
commit 0c18935f20

View File

@@ -53,7 +53,7 @@ class CreateAllianceMoonsTable extends Migration
$table->string('requestor_name'); $table->string('requestor_name');
$table->unsignedBigInteger('requestor_id'); $table->unsignedBigInteger('requestor_id');
$table->string('approver_name')->nullable(); $table->string('approver_name')->nullable();
$table->ungignedBigInteger('approver_id')->nullable(); $table->unsignedBigInteger('approver_id')->nullable();
$table->enum('status', [ $table->enum('status', [
'Pending', 'Pending',
'Approved', 'Approved',