Guest User

Untitled

a guest
Feb 22nd, 2018
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. const userSchema = new Schema({
  2. username: String,
  3. password: String,
  4. phone: Number ,
  5. mail:String,
  6. pic_path: String
  7. });
Add Comment
Please, Sign In to add comment