diff --git a/database/migrations/2018_04_24_034401_create_companies_table.php b/database/migrations/2018_04_24_034401_create_companies_table.php index eda932e..138fcf3 100644 --- a/database/migrations/2018_04_24_034401_create_companies_table.php +++ b/database/migrations/2018_04_24_034401_create_companies_table.php @@ -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');