Add expenses on airports as well #130 #136

This commit is contained in:
Nabeel Shahzad
2018-03-05 22:10:00 -06:00
parent 88a8fd2bbd
commit db10ebf807
9 changed files with 217 additions and 29 deletions

View File

@@ -27,6 +27,7 @@ class CreateJournalTransactionsTable extends Migration
$table->dateTime('post_date');
$table->softDeletes();
$table->primary('id');
$table->index('journal_id');
$table->index('transaction_group');
$table->index(['ref_class', 'ref_class_id']);