correção de erro na criação do campo INDINTEGRADOAG no caja que não estava setado com o valor default

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@67039 d1611594-4594-4d17-8e1d-87c2c4800839
master
gleimar 2017-03-20 13:22:13 +00:00
parent 80960c4805
commit 9f50492bdc
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
declare
dup_val_on_index exception;
begin
execute immediate 'ALTER TABLE CAJA MODIFY (INDINTEGRADOAG DEFAULT 0 )';
exception when OTHERS then null;
end;