moon mailer rework 2

This commit is contained in:
2019-05-05 03:41:51 -05:00
parent d477efa766
commit 8259f4f0b1
5 changed files with 41 additions and 23 deletions
@@ -47,6 +47,7 @@ class CreateMoonsTable extends Migration
$table->string('Price');
$table->string('Type');
$table->string('Paid');
$table->string('Paid_Until')->nullable();
});
}
}