123456789101112131415 |
- -- 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.
- create table CMOBJPROPS85 (
- CMID integer not null,
- DATA clob,
- DEPLOYREFS clob,
- PRIMARY KEY (CMID) CONSTRAINT PK_CMOBJPROPS85
- ) lock mode row;
|