increments('id'); $table->unsignedInteger('adid')->nullable(); $table->unsignedInteger('userid')->nullable(); $table->dateTime('added')->nullable(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('adclicks'); } }