increments('id'); $table->string('name', 255); $table->text('description'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('m7_documents'); } }