table('renovate_price_item'); $table->addColumn(Column::decimal('discount_price',10)->setComment('优惠价格')->setDefault(0)) ->update(); } }