Currently the ~frontend~ backend enforces this. We could add a `CHECK` constraint. ```sql ALTER TABLE users ADD CONSTRAINT users_username_not_empty CHECK (username <> ''); ```