When dealing with email and password authentication, it is common for users table to have email column that should be unique and required (not null). Currently, this column setup is not possible in Xata because a column cannot be unique and notNull at the same time.
Edit: This is now available in Postgres-enabled databases (Beta).