correção de script

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@65637 d1611594-4594-4d17-8e1d-87c2c4800839
master
bruno.neves 2017-02-03 19:32:59 +00:00
parent e04e35680d
commit 0126be4f54
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ declare
object_exists exception;
pragma exception_init (object_exists , -00955);
begin
execute immediate 'CREATE TABLE "VTABOL"."VENDA_EMBARCADA"
execute immediate 'CREATE TABLE "VENDA_EMBARCADA"
("VENDAEMBARCADA_ID" NUMBER(15,0),
"NUMEROBILHETE" NUMBER(15,0),
"NUMSERIE20" VARCHAR2(20 BYTE),