Advertisement
Guest User

Untitled

a guest
Jul 15th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. {
  2. "connection": "default",
  3. "collectionName": "people",
  4. "info": {
  5. "name": "person",
  6. "description": ""
  7. },
  8. "options": {
  9. "increments": true,
  10. "timestamps": true,
  11. "comment": ""
  12. },
  13. "attributes": {
  14. "firstname": {
  15. "type": "string"
  16. },
  17. "lastname": {
  18. "type": "string"
  19. },
  20. "age": {
  21. "type": "integer"
  22. },
  23. "street": {
  24. "type": "string"
  25. },
  26. "city": {
  27. "type": "string"
  28. },
  29. "state": {
  30. "type": "string"
  31. },
  32. "zip": {
  33. "type": "string"
  34. },
  35. "dollar": {
  36. "type": "string"
  37. },
  38. "pick": {
  39. "type": "string"
  40. },
  41. "date": {
  42. "type": "string"
  43. }
  44. }
  45. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement