bigInteger('id'); $table->integer('site_id')->index('fk_ssl_set_idx'); $table->string('extensions', 64); $table->primary(['id','site_id']); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::drop('ab_ssl'); } }