mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim.git
synced 2026-08-19 04:24:00 +00:00
invoice-backend
This commit is contained in:
@@ -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();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user