cnv10to1110.sql 1.2 KB

12345678910111213141516171819
  1. { ************************************************************************* }
  2. { }
  3. { Licensed Materials - Property of IBM and/or HCL }
  4. { }
  5. { IBM Informix Dynamic Server }
  6. { (c) Copyright IBM Corporation 1996, 2007 All rights reserved. }
  7. { (c) Copyright HCL Technologies Ltd. 2017. All Rights Reserved. }
  8. { }
  9. { ************************************************************************* }
  10. { }
  11. { Title: cnv10to1110.sql }
  12. { Description: }
  13. { Add seclabelid column to informix.syscolumns }
  14. { }
  15. { ************************************************************************* }
  16. alter table informix.syscolumns
  17. add seclabelid integer default 0,
  18. add colattr smallint default 0;