Last active
February 14, 2017 08:56
-
-
Save bserem/99f5b716469ccec5fbb3c6e939176e27 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: ask4 | |
katalima = { | |
kodikosK:number, onomaK:string, addressK:string, city:string | |
1, 'Lato', 'Kapou 5', 'Patra' | |
2, 'Menexes', 'Kapoy allou 4', 'Patra' | |
} | |
kratisi = { | |
kodikosK:number, kodikosE:number, date:number | |
1, 1, 2017 | |
1, 2, 2017 | |
2, 1, 2016 | |
} | |
episkeptis = { | |
kodikosE:number, onomaE:string | |
1, 'Giannis' | |
2, 'Mixalis' | |
3, 'Vasilis' | |
} | |
epikoinonia = { | |
kodikosE:number, phone:string | |
1, '694' | |
2, '697' | |
3, '699' | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment