id(); $table->string('nick'); $table->string('type'); $table->text('scope'); $table->string('access'); $table->string('refresh'); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('twitch_tokens'); } };