increments('id'); $table->unsignedMediumInteger('userid')->default(0)->index(); $table->unsignedMediumInteger('topicid')->default(0)->index(); $table->unsignedInteger('lastpostread')->default(0); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('readposts'); } }