increments('id'); $table->text('text'); $table->unsignedInteger('post_id'); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('comments'); } }