db.migration.V04__alteracao_tabela_usuario.sql Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tcc-porta-servico Show documentation
Show all versions of tcc-porta-servico Show documentation
Projeto serviço que realiza acesso ao banco de dados para o projeto API e web
The newest version!
alter table usuario add column nr_tentativa_acesso_porta integer not null default 0;
alter table usuario add column nr_tentativa_acesso_site integer not null default 0;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy