![JAR search and dependency download from the Maven repository](/logo.png)
sql.migration.V20150707220259__UserCreatedAtNotNull.sql Maven / Gradle / Ivy
update users set created_at = '2015-04-01 12:00:00' where created_at is null;
alter table users alter column created_at set not null;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy