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

sql.migration.V20150707220259__UserCreatedAtNotNull.sql Maven / Gradle / Ivy

The newest version!
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 - 2024 Weber Informatics LLC | Privacy Policy