id(); $table->bigInteger('tips_id')->unsigned(); $table->bigInteger('user_id')->unsigned(); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('tips_likes'); } }