执行一下存储过程的SQL,如果还能正常执行,就没有影响
可以参考 SO 上的回答:
Adding a column will not impact view/triggers/procedures, if the developers have used proper column names in them. But if someone used select * from your_table in any of the view/procedure/triggers, then you might be in trouble.
给表添加新的字段,会影响到其他程序语言调用相关的存储过程,调用不起