12345678910111213141516171819 |
- -- Licensed Materials - Property of IBM
- --
- -- BI and PM: CM
- --
- -- (C) Copyright IBM Corp. 2015
- --
- -- US Government Users Restricted Rights - Use, duplication or disclosure
- -- restricted by GSA ADP Schedule Contract with IBM Corp.
- alter table CMOBJECTS modify CLASSID number(10);
- alter table CMCLASSES modify CLASSID number(10);
- alter table CMOBJPROPS25 modify DEPLOYOBJCLASSID number(10);
- alter table CMSIZEINFO modify (
- CLASSID number(10),
- TOTALFORCLASSID number(10)
- );
|