string('id')->unique(); $t->text('payload'); $t->integer('last_activity'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::drop('sessions'); } }