create domain if not exists
  EMAIL_ADDRESS as varchar
  check (position('@', value) > 1);
