blob: 8dd1039e2476df86576c590bac60eac578376223 [file] [log] [blame]
Matteo Scandolo67654fa2017-06-09 09:33:17 -07001message User (AbstractBaseUser,PlModelMixIn) {
2 option skip_django = True;
3 required string email = 1 [db_index = True, max_length = 255, null = False, blank = False];
4}