dbUpgrade7_0029-to-7_0031_db2.sql 373 B

123456789101112131415
  1. -- Licensed Materials - Property of IBM
  2. --
  3. -- BI and PM: CM
  4. --
  5. -- (C) Copyright IBM Corp. 2015
  6. --
  7. -- US Government Users Restricted Rights - Use, duplication or disclosure
  8. -- restricted by GSA ADP Schedule Contract with IBM Corp.
  9. create table CMOBJPROPS85 (
  10. CMID integer not null,
  11. DATA clob(10M),
  12. DEPLOYREFS clob(1M),
  13. CONSTRAINT PK_CMOBJPROPS85 PRIMARY KEY (CMID)
  14. )