bug #9608
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@73080 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
9082e174e5
commit
b14527f574
|
@ -0,0 +1,13 @@
|
||||||
|
declare
|
||||||
|
object_exists exception;
|
||||||
|
pragma exception_init (object_exists , -02260);
|
||||||
|
begin
|
||||||
|
execute immediate 'ALTER TABLE FOLIO_CONSUMO_RMD ADD (
|
||||||
|
VALORCONTABIL NUMBER(16,2),
|
||||||
|
BASECALCULO NUMBER(16,2),
|
||||||
|
ALIQUOTA NUMBER(16,2),
|
||||||
|
ISENTOS NUMBER(16,2),
|
||||||
|
OUTROS NUMBER(16,2),
|
||||||
|
ICMS NUMBER(16,2))';
|
||||||
|
exception when object_exists then null;
|
||||||
|
end;
|
Loading…
Reference in New Issue