increments('id'); $table->string('name', 191); $table->string('guard_name', 191); $table->string('display_name', 191); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::drop('roles'); } }