#48 fixed some db field errors

This commit is contained in:
Nabeel Shahzad
2017-07-11 17:00:41 -05:00
parent 4f2f08af62
commit 35133fe0e6
5 changed files with 10 additions and 4 deletions

View File

@@ -23,8 +23,6 @@ class CreateFaresTable extends Migration
$table->string('notes')->nullable();
$table->boolean('active')->default(true);
$table->timestamps();
$table->primary('id');
});
}