id(); $table->string('name'); $table->string('image'); $table->string('slug'); $table->string('position'); $table->string('profile_description'); $table->string('email'); $table->string('telp'); $table->string('facebook'); $table->string('twitter'); $table->string('google_plus'); $table->string('linkedin'); $table->bigInteger('team_category_id'); }); } /** * Reverse the migrations. * * @return void */ public function down() { // } }