Skip to content

Commit

Permalink
Ajuste base
Browse files Browse the repository at this point in the history
  • Loading branch information
PauloGladson committed Jan 18, 2016
1 parent 08a24cd commit f30c9c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7,381 deletions.
3 changes: 1 addition & 2 deletions estacionamento251AngularJS/arquivos/estacionamento.sql
Original file line number Diff line number Diff line change
Expand Up @@ -7366,7 +7366,6 @@ INSERT INTO `usuario` (`id`, `nome`, `email`, `fone`, `senha`, `perfil`) VALUES

CREATE TABLE IF NOT EXISTS `veiculo` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`veiculo_id` int(11) DEFAULT NULL,
`placa` varchar(10) DEFAULT NULL,
`proprietario` varchar(60) DEFAULT NULL,
`email` varchar(60) DEFAULT NULL,
Expand All @@ -7376,4 +7375,4 @@ CREATE TABLE IF NOT EXISTS `veiculo` (

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
Loading

0 comments on commit f30c9c1

Please sign in to comment.