bigIncrements('id'); $table->bigInteger('province_id'); $table->string('province_fa'); $table->bigInteger('area_code'); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('cmms_province'); } }