123456789101112131415161718192021 |
- -- Licensed Materials - Property of IBM
- --
- -- BI and PM: CM
- --
- -- (C) Copyright IBM Corp. 2019
- --
- -- US Government Users Restricted Rights - Use, duplication or disclosure
- -- restricted by GSA ADP Schedule Contract with IBM Corp.
- CREATE TABLE CMOBJPROPS90 (
- CMID int NOT NULL,
- SPEC ntext NULL,
- CONSTRAINT PK_CMOBJPROPS90 PRIMARY KEY (CMID)
- )
- CREATE TABLE CMOBJPROPS91 (
- CMID int NOT NULL,
- SKDATA ntext NULL,
- CONSTRAINT PK_CMOBJPROPS91 PRIMARY KEY (CMID)
- )
|