Could you verify your database schema is correct by providing the output here of the following MySQL command?
use mattermost;
show columns from Users;
I’m wondering if your database schematics might have gotten changed, or needed to be upgraded and not upgraded, and so is not being read properly.