home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 B / CHIP_HITWARE6_B.iso / biuro / AXIS / standalone / Backend.mdb / Personnel.json < prev    next >
JavaScript Object Notation  |  1998-12-14  |  384b

  1. {
  2.     "schema": {
  3.         "Key": "Long Integer",
  4.         "Sales_Rep": "Text (150) NOT NULL",
  5.         "commission": "Single NOT NULL",
  6.         "type": "Integer NOT NULL",
  7.         "notes": "Memo/Hyperlink (255)",
  8.         "telephone": "Text (50)",
  9.         "rate": "Single NOT NULL",
  10.         "work_telephone": "Text (50)",
  11.         "Address": "Memo/Hyperlink (255)",
  12.         "SSN": "Text (11)",
  13.         "freelance": "Boolean NOT NULL",
  14.         "sales_commission": "Single NOT NULL",
  15.         "birthday": "DateTime"
  16.     },
  17.     "data": []
  18. }