From cad2c11040f6afedfe0e79d755de48cb3f071b0c Mon Sep 17 00:00:00 2001 From: alberto Date: Thu, 29 Sep 2016 15:04:59 +0000 Subject: [PATCH] =?UTF-8?q?Flyway=20=C3=BAnico?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@60896 d1611594-4594-4d17-8e1d-87c2c4800839 --- src/db/migration/V20160929_1200__fwTest.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/db/migration/V20160929_1200__fwTest.sql diff --git a/src/db/migration/V20160929_1200__fwTest.sql b/src/db/migration/V20160929_1200__fwTest.sql new file mode 100644 index 000000000..5d9d3094f --- /dev/null +++ b/src/db/migration/V20160929_1200__fwTest.sql @@ -0,0 +1,8 @@ +CREATE TABLE + TESTE_FW + ( + TESTEFW_ID NUMBER(7) NOT NULL, + ACTIVO NUMBER(1), + FECMODIF DATE, + USUARIO_ID NUMBER(7) + ); \ No newline at end of file