bigIncrements('id'); $table->string('name',32); $table->text('introduction'); $table->integer('status'); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('team'); } }