unsignedInteger('_id')->comment('信息id'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('album_comments', function (Blueprint $table) { // }); } }