oracle 添加删除字段 现在以表product_product为例,添加删除更新字段HISTORY_TEMPLATE_AMOUNT1添加字段:
alter table product_product modify HISTORY_TEMPLATE_AMOUNT1 number(5)