All Downloads are FREE. Search and download functionalities are using the official Maven repository.

db.migration.V04__alteracao_tabela_usuario.sql Maven / Gradle / Ivy

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