tinyInteger('status')->unsigned()->default(0)->comment('状态 0:正常 1:禁用'); }); Schema::table('virtual_packages', function ($table) { $table->tinyInteger('status')->unsigned()->default(0)->comment('状态 0:正常 1:禁用'); }); Schema::table('virtual_products', function ($table) { $table->tinyInteger('status')->unsigned()->default(0)->comment('状态 0:正常 1:禁用'); });