increments('id'); $table->string('root', 24)->collate('utf8_general_ci')->unique(); $table->boolean('strong'); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::drop('roots'); } }