Skip to content

Commit

Permalink
Alteração do campo id de contribuicao_log para NOT NULL [Issue #804]
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielPintoSouza committed Dec 3, 2024
1 parent f93184f commit c605e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/apoio/tabelas.sql
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit c605e57

Please sign in to comment.