Skip to content

Instantly share code, notes, and snippets.

@rafaelgaspar
Created October 22, 2010 14:15
Show Gist options
  • Save rafaelgaspar/640598 to your computer and use it in GitHub Desktop.
Save rafaelgaspar/640598 to your computer and use it in GitHub Desktop.
Usuario
_______________________________________
Id | Nome | CPF | Rua | Cidade | Estado
O Correto seria:
Usuario
_____________________________
Id | Nome | CPF | Endereco_Id
Endereco
____________________
Id | Rua | Cidade_Id
Cidade
_____________________
Id | Nome | Estado_Id
Estado
_________
Id | Nome
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment