Skip to content

Instantly share code, notes, and snippets.

@ianrodrigues
Last active February 9, 2017 17:23
Show Gist options
  • Save ianrodrigues/92e494e243667cdb6fc974d8ea03f060 to your computer and use it in GitHub Desktop.
Save ianrodrigues/92e494e243667cdb6fc974d8ea03f060 to your computer and use it in GitHub Desktop.
|- fauno.funceme.br
|
|---- acude
|-------- tabela_1
|-------- tabela_2
|-------- tabela_3
|
|---- tempo
|-------- tabela_1
|-------- tabela_2
|-------- tabela_3
|
|---- usuario
|-------- tabela_1
|-------- tabela_2
|-------- tabela_3
|
|---- pluvio
|-------- tabela_1
|-------- tabela_2
|-------- tabela_3
|
|---- funcionarios
|-------- tabela_1
|-------- tabela_2
|-------- tabela_3
<?php
/**
* @ORM\Entity
* @ORM\Table(name="acude.barragens")
*/
class Barragem
{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment