123456789101112131415161718192021 |
- -- 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 integer);
- alter table CMCLASSES modify (CLASSID integer);
- alter table CMOBJPROPS25 modify (DEPLOYOBJCLASSID integer);
- alter table CMSIZEINFO modify (
- CLASSID integer,
- TOTALFORCLASSID integer
- );
|