smallIncrements('id'); $table->unsignedSmallInteger('lang_id')->default(6); $table->string('title')->default(''); $table->text('text')->nullable(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('rules'); } }