12345678910111213141516 |
- -- Licensed Materials - Property of IBM
- --
- -- BI and PM: CM
- --
- -- (C) Copyright IBM Corp. 2016
- --
- -- US Government Users Restricted Rights - Use, duplication or disclosure
- -- restricted by GSA ADP Schedule Contract with IBM Corp.
- alter table CMOBJPROPS33 add USERID lvarchar(1024);
- alter table CMOBJPROPS33 add LASTLOGIN datetime year to fraction;
- alter table CMOBJPROPS33 add CAPABILITIES lvarchar(64);
- alter table CMOBJPROPS33 add LICENSE smallint;
|