integerIncrements('id'); $table->string('url')->unique();; }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('baidu_posted_urls'); } }