ideally we do this here
ADD COLUMN IF NOT EXISTS encryption_key TEXT NOT NULL DEFAULT '',
and then later when migrattions are done, this can come in
ALTER TABLE superposition.workspaces ALTER COLUMN encryption_key DROP DEFAULT;
Originally posted by @ayushjain17 in #773 (comment)