1234567891011121314 |
- -- Licensed Materials - Property of IBM
- --
- -- BI and PM: CM
- --
- -- (C) Copyright IBM Corp. 2020
- --
- -- US Government Users Restricted Rights - Use, duplication or disclosure
- -- restricted by GSA ADP Schedule Contract with IBM Corp.
- alter table CMOBJPROPS85 add BIVARS clob null;
- alter table CMOBJPROPS85 add EMBEDDING clob null;
- alter table CMOBJPROPS85 add STATUS clob null;
|