Skip to content

Instantly share code, notes, and snippets.

@ricardoamaro
Created October 25, 2016 09:14
Show Gist options
  • Save ricardoamaro/3a847965e9562d72c43a72defecda264 to your computer and use it in GitHub Desktop.
Save ricardoamaro/3a847965e9562d72c43a72defecda264 to your computer and use it in GitHub Desktop.
group: teste1.4
agencia = {
nome_agencia:string, activo:number, cidade:string
exemplo, 42, lisboa
teste, 50, Porto
}
deposito = {
nome_agencia:string, nr_conta:number, nome_cliente:string, salso:number
exemplo,1, Luis, 1000
teste,2, Pedro, 200
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment