Files
ctg-app-cap/cap/sql/alter_cap_20130813.sql
2021-01-12 23:30:48 +08:00

6 lines
265 B
SQL

alter table CAPBISTMP modify RSV_FLD1 VARCHAR2(30);
alter table CAPBISTMP modify RSV_FLD2 VARCHAR2(40);
alter table CAPBISTMP modify RSV_FLD3 VARCHAR2(80);
alter table CAPBISTMP modify RSV_FLD4 VARCHAR2(80);
alter table CAPBISTMP modify RSV_FLD5 VARCHAR2(200);