string('uid')->unique(); $table->string('id'); $table->integer('unusedResultPages'); $table->boolean('whitelist'); $table->integer('whitelistCounter'); $table->boolean('locked'); $table->string('lockedKey'); $table->timestamp('updated_at'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::drop('humanverification'); } }