dbUpgrade7_0057-to-7_0058_mssqlserver.sql 493 B

123456789101112131415161718192021
  1. -- Licensed Materials - Property of IBM
  2. --
  3. -- BI and PM: CM
  4. --
  5. -- (C) Copyright IBM Corp. 2019
  6. --
  7. -- US Government Users Restricted Rights - Use, duplication or disclosure
  8. -- restricted by GSA ADP Schedule Contract with IBM Corp.
  9. CREATE TABLE CMOBJPROPS90 (
  10. CMID int NOT NULL,
  11. SPEC ntext NULL,
  12. CONSTRAINT PK_CMOBJPROPS90 PRIMARY KEY (CMID)
  13. )
  14. CREATE TABLE CMOBJPROPS91 (
  15. CMID int NOT NULL,
  16. SKDATA ntext NULL,
  17. CONSTRAINT PK_CMOBJPROPS91 PRIMARY KEY (CMID)
  18. )