Created
February 11, 2016 06:44
-
-
Save Alchemist0823/4d593fb1cecebf7ff492 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- this is an example | |
group: nameOfTheNewGroup | |
Employee = { | |
eid:number, name:string, office:string | |
1, Don, newyork | |
2, Mark, London | |
} | |
Manager = { | |
eid:number, mid:number | |
1, 2 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment