command for moon mailer

This commit is contained in:
2019-02-16 01:20:21 -06:00
parent 7b551b45b2
commit c7fb72e5d3
10 changed files with 74 additions and 114 deletions

View File

@@ -22,6 +22,7 @@ class CreateMoonRentsTable extends Migration
$table->dateTime('RentalEnd');
$table->string('Contact');
$table->string('Price');
$table->string('Type');
$table->timestamps();
});
}