commands and job

This commit is contained in:
2020-07-26 01:14:22 -05:00
parent cf98e875ee
commit 8cf4c98633
4 changed files with 73 additions and 3 deletions
@@ -41,6 +41,7 @@ class CreateNewContractsTable extends Migration
]);
$table->unsignedInteger('bids')->default(0);
$table->decimal('final_cost', 20, 2)->default(0.00);
$table->unsignedInteger('winning_bid_id')->default(0);
$table->timestamps();
});
}