home *** CD-ROM | disk | FTP | other *** search
/ BUG 2 / BUGCD1997_01.iso / aplikac / muscle / bodybuil.md_ / bodybuil.md / User.json < prev    next >
JavaScript Object Notation  |  1996-10-21  |  741b

  1. {
  2.     "schema": {
  3.         "WorkOutID": "Long Integer",
  4.         "SocialSecurityNumber": "Text (30)",
  5.         "FirstName": "Text (50)",
  6.         "MiddleName": "Text (30)",
  7.         "LastName": "Text (50)",
  8.         "EmailName": "Text (50)",
  9.         "Address": "Text (50)",
  10.         "City": "Text (255)",
  11.         "State": "Text (50)",
  12.         "PostalCode": "Text (20)",
  13.         "HomePhone": "Text (30)",
  14.         "WorkPhone": "Text (30)",
  15.         "Birthdate": "DateTime",
  16.         "StartDate": "DateTime",
  17.         "SupervisorID": "Long Integer",
  18.         "EmrgcyContactName": "Text (50)",
  19.         "EmrgcyContactPhone": "Text (30)",
  20.         "Photograph": "OLE (255)",
  21.         "Note": "Memo/Hyperlink (255)",
  22.         "Organization": "Text (50)",
  23.         "Group": "Text (50)",
  24.         "Routine": "Text (50)",
  25.         "ExpertiseLevel": "Long Integer",
  26.         "TypeOfWorkout": "Long Integer",
  27.         "WhereToWorkout": "Long Integer",
  28.         "YearsOld": "Long Integer",
  29.         "LikesToBeCalled": "Text (255) NOT NULL"
  30.     },
  31.     "data": []
  32. }