bigIncrements('id'); $table->string('name'); $table->string('name_fa')->nullable(); $table->string('guard_name'); $table->string('description', 300)->nullable(); $table->timestamps(); $table->integer('for_report')->nullable()->default(0); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('roles'); } };