invoice-backend

This commit is contained in:
mhmj
2019-07-18 17:36:36 +08:00
parent 8c2f109a18
commit 6c55f95229
19 changed files with 719 additions and 3 deletions
@@ -17,7 +17,7 @@ class CreateCustomerRelationTable extends Migration
$table->increments('id');
$table->integer('forwarder_id')->unsigned()->nullable();
$table->integer('company_id')->unsigned()->nullable();
$table->string('customer_rate')->nullable();
$table->float('customer_rate')->nullable();
$table->float('wave')->nullable();
$table->timestamps();
});