bigInteger('id')->nullable(); $table->integer('site_id')->nullable(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::drop('ab_voip_plan'); } }