Skip to content

Instantly share code, notes, and snippets.

@bserem
Last active February 14, 2017 08:56
Show Gist options
  • Save bserem/99f5b716469ccec5fbb3c6e939176e27 to your computer and use it in GitHub Desktop.
Save bserem/99f5b716469ccec5fbb3c6e939176e27 to your computer and use it in GitHub Desktop.
-- 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