bigIncrements('id'); $table->integer('post_id') ->comment('内容id'); $table->integer('uid') ->comment('用户uid'); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('post_dislike'); } }