From 225aa1499e37faf9d38257caabbadc68d78b427e Mon Sep 17 00:00:00 2001 From: Lucas Faria Mendes Date: Mon, 30 Mar 2026 12:29:41 -0300 Subject: decompiler.com --- .../Gestor.Application.Migration.Files.20200505_39.SQL | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Decompiler/Gestor.Application.Migration.Files.20200505_39.SQL (limited to 'Decompiler/Gestor.Application.Migration.Files.20200505_39.SQL') diff --git a/Decompiler/Gestor.Application.Migration.Files.20200505_39.SQL b/Decompiler/Gestor.Application.Migration.Files.20200505_39.SQL new file mode 100644 index 0000000..4b55cf6 --- /dev/null +++ b/Decompiler/Gestor.Application.Migration.Files.20200505_39.SQL @@ -0,0 +1,14 @@ +IF (NOT EXISTS (SELECT * FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_NAME = 'averbacao')) +BEGIN + CREATE TABLE [dbo].[averbacao]( + [idaverbacao] [bigint] IDENTITY(1,1) NOT NULL PRIMARY KEY, + [idparcela] [bigint] NULL, + [origem] [varchar](250) NULL, + [destino] [varchar](250) NULL, + [movimento] [numeric](20, 2) NULL, + [premio] [numeric](15, 2) NULL, + [usuariocriacao] [bigint] NULL, + [usuarioalteracao] [bigint] NULL, + [datacriacao] [datetime] NULL, + [dataalteracao] [datetime] NULL); +END \ No newline at end of file -- cgit v1.2.3