mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim-api.git
synced 2026-08-23 14:34:02 +00:00
added update company
added create company
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user