Advertisement
Guest User

Untitled

a guest
Jul 4th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. ---
  2. Name: ModelType Test
  3.  
  4. Heads:
  5. Java: |
  6. // This is the head for the java file
  7. package com.modeltype.Test;
  8. MongooseTS: |
  9. // This is the head for the mongoose file
  10. import * as crypto from "crypto";
  11.  
  12. Models:
  13.  
  14. User:
  15. Schema:
  16. Name:
  17. First: string
  18. Last: string
  19. Created: date
  20. LastLogin: date
  21. Email: string
  22. Password: string
  23.  
  24. Store:
  25. Schema:
  26. Name: string
  27. Address: string
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement