unsignedInteger('is_audit')->default(0)->nullable()->comment('0 应用版 1 过审版'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('album_manufacturer', function (Blueprint $table) { // }); } }