home *** CD-ROM | disk | FTP | other *** search
/ Strictly Windows / STRICTLY.ISO / programs / progress / setup / progress.ne_ / progress.ne / Customers.json < prev    next >
Encoding:
JavaScript Object Notation  |  1995-01-03  |  281 b 

  1. {
  2.     "schema": {
  3.         "Customer Id": "Long Integer",
  4.         "Customer Name": "Text (30)",
  5.         "Contact details": "Text (30)",
  6.         "Notes": "Text (255)",
  7.         "Addr1": "Text (30)",
  8.         "Addr2": "Text (30)",
  9.         "Addr3": "Text (30)",
  10.         "Addr4": "Text (30)",
  11.         "Telephone": "Text (15)",
  12.         "Fax": "Text (15)",
  13.         "Deleted": "Boolean NOT NULL"
  14.     },
  15.     "data": []
  16. }