dbUpgrade7_0024-to-7_0025_informix.sql 423 B

12345678910111213141516171819
  1. -- Licensed Materials - Property of IBM
  2. --
  3. -- BI and PM: CM
  4. --
  5. -- (C) Copyright IBM Corp. 2014
  6. --
  7. -- US Government Users Restricted Rights - Use, duplication or disclosure
  8. -- restricted by GSA ADP Schedule Contract with IBM Corp.
  9. create table CMOBJPROPS84 (
  10. CMID integer not null,
  11. SPEC clob,
  12. DATASIZE bigint,
  13. DATAMODTIME datetime year to fraction,
  14. primary key (CMID) constraint PK_CMOBJPROPS84
  15. ) lock mode row;