tinyIncrements('id'); $table->string('name', 30)->default(''); $table->unsignedTinyInteger('sort_index')->default(0); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('standards'); } }