moons admin controller

This commit is contained in:
2019-02-15 23:26:59 -06:00
parent 5e01c82bbc
commit 18537dce50
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ class CreateMoonRentsTable extends Migration
$table->string('RentalCorp');
$table->dateTime('RentalEnd');
$table->string('Contact');
$table->float('Price', 20, 2);
$table->string('Price');
$table->timestamps();
});
}