From c605e57944af6fc83f1b3d378e3a4b54a069fd5e Mon Sep 17 00:00:00 2001 From: GabrielPintoSouza Date: Tue, 3 Dec 2024 08:05:06 -0300 Subject: [PATCH] =?UTF-8?q?Altera=C3=A7=C3=A3o=20do=20campo=20id=20de=20co?= =?UTF-8?q?ntribuicao=5Flog=20para=20NOT=20NULL=20[Issue=20#804]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- html/apoio/tabelas.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/apoio/tabelas.sql b/html/apoio/tabelas.sql index fd055e9b..627c72c6 100755 --- a/html/apoio/tabelas.sql +++ b/html/apoio/tabelas.sql @@ -1,6 +1,6 @@ -- Posteriormente adicionar as tabelas desse arquivo ao banco de dados central do sistema CREATE TABLE IF NOT EXISTS `wegia`.`contribuicao_log` ( - `id` INT NULL DEFAULT NULL AUTO_INCREMENT, + `id` INT NOT NULL AUTO_INCREMENT, `id_socio` INT(11) NOT NULL, `id_gateway` INT(11) NOT NULL, `id_meio_pagamento` INT(11) NOT NULL,