alter table users add column ephemeral boolean not null default false ; update users set ephemeral = false where ephemeral is null;