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

sql.migration.V20150702021401__AddAuthCodeAttempts.sql Maven / Gradle / Ivy

alter table auth_codes add column attempts int not null default 0;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy