From 331422860178d77781822aa5a0be5101172f09d4 Mon Sep 17 00:00:00 2001 From: bruno Date: Wed, 16 Aug 2023 07:09:43 -0400 Subject: [PATCH] =?UTF-8?q?erro=20de=20digita=C3=A7=C3=A3o=20inserir=20col?= =?UTF-8?q?una=20pa=5Ffixo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- projeto/base/schema/createSchema.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projeto/base/schema/createSchema.sql b/projeto/base/schema/createSchema.sql index d0b4d6e1..d262b52e 100644 --- a/projeto/base/schema/createSchema.sql +++ b/projeto/base/schema/createSchema.sql @@ -1504,7 +1504,7 @@ CREATE TABLE pbx_usuarios ( termo_uso_privacidade_log character varying(1024), termo_uso_log character varying(255), user_system integer DEFAULT 0 NOT NULL, - pa_fixo interger DEFAULT 0 + pa_fixo integer DEFAULT 0 );