12345678910111213141516171819 |
- { ************************************************************************* }
- { }
- { Licensed Materials - Property of IBM and/or HCL }
- { }
- { IBM Informix Dynamic Server }
- { (c) Copyright IBM Corporation 1996, 2007 All rights reserved. }
- { (c) Copyright HCL Technologies Ltd. 2017. All Rights Reserved. }
- { }
- { ************************************************************************* }
- { }
- { Title: cnv10to1110.sql }
- { Description: }
- { Add seclabelid column to informix.syscolumns }
- { }
- { ************************************************************************* }
- alter table informix.syscolumns
- add seclabelid integer default 0,
- add colattr smallint default 0;
|