dbUpgrade7_0057-to-7_0058_informix.sql 517 B

1234567891011121314151617181920
  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 integer not null,
  11. SPEC clob,
  12. primary key (CMID) constraint PK_CMOBJPROPS90
  13. ) lock mode row;
  14. CREATE TABLE CMOBJPROPS91 (
  15. CMID integer not null,
  16. SKDATA clob,
  17. primary key (CMID) constraint PK_CMOBJPROPS91
  18. ) lock mode row;