home *** CD-ROM | disk | FTP | other *** search
- {
- "schema": {
- "PrimaryKey": "Long Integer",
- "ForeignKey": "Long Integer",
- "Name": "Text (255)"
- },
- "data": [
- {
- "PrimaryKey": 1,
- "ForeignKey": 1,
- "Name": "Administration"
- },
- {
- "PrimaryKey": 2,
- "ForeignKey": 1,
- "Name": "Marketing"
- },
- {
- "PrimaryKey": 3,
- "ForeignKey": 1,
- "Name": "Engineering"
- },
- {
- "PrimaryKey": 4,
- "ForeignKey": 1,
- "Name": "IT & Technical Support"
- },
- {
- "PrimaryKey": 5,
- "ForeignKey": 2,
- "Name": "Administration"
- },
- {
- "PrimaryKey": 6,
- "ForeignKey": 2,
- "Name": "Marketing"
- },
- {
- "PrimaryKey": 7,
- "ForeignKey": 2,
- "Name": "IT & Technical Support"
- }
- ]
- }