added update company

added create company
This commit is contained in:
aqeebimtiaz
2018-04-26 16:43:19 +08:00
parent 3314e3eb33
commit 3b00c6aba7
@@ -18,8 +18,8 @@ class CreateCompaniesTable extends Migration
$table->string('company-name');
$table->string('registration-no');
$table->string('tax-no');
$table->string('tel-no');
$table->string('fax');
$table->integer('tel-no');
$table->integer('fax');
$table->string('address');
$table->string('city');
$table->string('postcode');