mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim-api.git
synced 2026-08-23 22:44:06 +00:00
added file upload for both company profile picture and registration certificate
This commit is contained in:
@@ -16,6 +16,7 @@ class CreateCompaniesTable extends Migration
|
||||
Schema::create('companies', function (Blueprint $table) {
|
||||
$table->increments('id');
|
||||
$table->string('company_profile');//->default('default.jpg'); //need to check about storage type
|
||||
$table->string('reg_cert');
|
||||
$table->string('company-name');
|
||||
$table->string('registration-no');
|
||||
$table->string('tax-no');
|
||||
|
||||
Reference in New Issue
Block a user