/*==============================================================*/ /* Database name: FITBANK PHYSICAL DATA MODEL */ /* DBMS name: IBM DB2 UDB 5.x Common Server */ /* Created on: 20/08/2009 17:17:21 PM */ /*==============================================================*/ -- SQL script that update fitBank squema -- To run this script from the SQL Plus, perform the following steps: -- 1. connect to the database -- 2. set define character to ! -- "set define !" -- 3. issue the command "@ " -- where represents the name of this script -- fitbank201061003.log /*==============================================================*/ /* Table: TGARANTIADOCUMENTOSENTREGADOS */ /*==============================================================*/ alter table TGARANTIADOCUMENTOSENTREGADOS modify ( NOTARIA VARCHAR(100) );