https://cga.cga.crosier.com.br/.dockerenv

Query Metrics

13 Database Queries
7 Different statements
63.05 ms Query time
69 Invalid entities

Grouped Statements

Show all queries

default connection

Time Count Info
30.65 ms
(48.62%)
1
SELECT DISTINCT            k.CONSTRAINT_NAME,
            k.COLUMN_NAME,
            k.REFERENCED_TABLE_NAME,
            k.REFERENCED_COLUMN_NAME,
            k.ORDINAL_POSITION /*!50116,
            c.UPDATE_RULE,
            c.DELETE_RULE */
FROM information_schema.key_column_usage k /*!50116
INNER JOIN information_schema.referential_constraints c
ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME
AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'crosier_cga' */ ORDER BY k.ORDINAL_POSITION
Parameters:
[
  "crosier_cga"
  "doctrine_migration_versions"
]
9.81 ms
(15.56%)
1
SELECT       c.COLUMN_NAME        AS field,
       c.COLUMN_TYPE       AS type,
       c.IS_NULLABLE        AS `null`,
       c.COLUMN_KEY         AS `key`,
       c.COLUMN_DEFAULT     AS `default`,
       c.EXTRA,
       c.COLUMN_COMMENT     AS comment,
       c.CHARACTER_SET_NAME AS characterset,
       c.COLLATION_NAME     AS collation
FROM information_schema.COLUMNS c
    INNER JOIN information_schema.TABLES t
        ON t.TABLE_NAME = c.TABLE_NAME
     WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION
Parameters:
[
  "crosier_cga"
  "crosier_cga"
  "doctrine_migration_versions"
]
7.73 ms
(12.26%)
1
SELECT        NON_UNIQUE  AS Non_Unique,
        INDEX_NAME  AS Key_name,
        COLUMN_NAME AS Column_Name,
        SUB_PART    AS Sub_Part,
        INDEX_TYPE  AS Index_Type
FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX
Parameters:
[
  "crosier_cga"
  "doctrine_migration_versions"
]
6.89 ms
(10.93%)
6
SELECT DATABASE()
Parameters:
[]
4.80 ms
(7.61%)
2
SELECT TABLE_NAME
FROM information_schema.TABLES
WHERE TABLE_SCHEMA = ?
  AND TABLE_TYPE = 'BASE TABLE'
ORDER BY TABLE_NAME
Parameters:
[
  "crosier_cga"
]
2.39 ms
(3.79%)
1
SELECT t.TABLE_NAME,
           t.ENGINE,
           t.AUTO_INCREMENT,
           t.TABLE_COMMENT,
           t.CREATE_OPTIONS,
           t.TABLE_COLLATION,
           ccsa.CHARACTER_SET_NAME
      FROM information_schema.TABLES t
        INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa
            ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'
Parameters:
[
  "crosier_cga"
  "doctrine_migration_versions"
]
0.78 ms
(1.23%)
1
SELECT * FROM doctrine_migration_versions
Parameters:
[]

Database Connections

Name Service
default doctrine.dbal.default_connection
logs doctrine.dbal.logs_connection

Entity Managers

Name Service
logs doctrine.orm.logs_entity_manager
default doctrine.orm.default_entity_manager

Second Level Cache

Second Level Cache is not enabled.

Entities Mapping

logs entity manager

Class Mapping errors
CrosierSource\CrosierLibBaseBundle\Entity\Logs\EntityChange
  • The field 'CrosierSource\CrosierLibBaseBundle\Entity\Logs\EntityChange#id' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
  • The field 'CrosierSource\CrosierLibBaseBundle\Entity\Logs\EntityChange#entityId' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
  • The field 'CrosierSource\CrosierLibBaseBundle\Entity\Logs\EntityChange#changingUserId' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
CrosierSource\CrosierLibBaseBundle\Entity\Logs\Syslog
  • The field 'CrosierSource\CrosierLibBaseBundle\Entity\Logs\Syslog#id' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.

default entity manager

Class Mapping errors
CrosierSource\CrosierLibBaseBundle\Entity\Logs\EntityChange
  • The field 'CrosierSource\CrosierLibBaseBundle\Entity\Logs\EntityChange#id' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
  • The field 'CrosierSource\CrosierLibBaseBundle\Entity\Logs\EntityChange#entityId' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
  • The field 'CrosierSource\CrosierLibBaseBundle\Entity\Logs\EntityChange#changingUserId' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
CrosierSource\CrosierLibBaseBundle\Entity\Logs\Syslog
  • The field 'CrosierSource\CrosierLibBaseBundle\Entity\Logs\Syslog#id' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
CrosierSource\CrosierLibBaseBundle\Entity\Base\DiaUtil
  • The field 'CrosierSource\CrosierLibBaseBundle\Entity\Base\DiaUtil#id' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
CrosierSource\CrosierLibBaseBundle\Entity\Base\Municipio
  • The field 'CrosierSource\CrosierLibBaseBundle\Entity\Base\Municipio#id' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
CrosierSource\CrosierLibBaseBundle\Entity\Base\Estado
  • The field 'CrosierSource\CrosierLibBaseBundle\Entity\Base\Estado#id' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
CrosierSource\CrosierLibBaseBundle\Entity\Security\User
  • The field 'CrosierSource\CrosierLibBaseBundle\Entity\Security\User#id' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
CrosierSource\CrosierLibBaseBundle\Entity\Security\Group
  • The field 'CrosierSource\CrosierLibBaseBundle\Entity\Security\Group#id' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
CrosierSource\CrosierLibBaseBundle\Entity\Security\Role
  • The field 'CrosierSource\CrosierLibBaseBundle\Entity\Security\Role#id' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
CrosierSource\CrosierLibBaseBundle\Entity\Config\StoredViewInfo
  • The field 'CrosierSource\CrosierLibBaseBundle\Entity\Config\StoredViewInfo#id' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
CrosierSource\CrosierLibBaseBundle\Entity\Config\AppConfig
  • The field 'CrosierSource\CrosierLibBaseBundle\Entity\Config\AppConfig#id' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
CrosierSource\CrosierLibBaseBundle\Entity\Config\Estabelecimento
  • The field 'CrosierSource\CrosierLibBaseBundle\Entity\Config\Estabelecimento#id' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
CrosierSource\CrosierLibBaseBundle\Entity\Config\EntMenuLocator
  • The field 'CrosierSource\CrosierLibBaseBundle\Entity\Config\EntMenuLocator#id' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
CrosierSource\CrosierLibBaseBundle\Entity\Config\PushMessage
  • The field 'CrosierSource\CrosierLibBaseBundle\Entity\Config\PushMessage#userDestinatarioId' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
  • The field 'CrosierSource\CrosierLibBaseBundle\Entity\Config\PushMessage#id' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
CrosierSource\CrosierLibBaseBundle\Entity\Config\EntMenu
  • The field 'CrosierSource\CrosierLibBaseBundle\Entity\Config\EntMenu#id' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
CrosierSource\CrosierLibBaseBundle\Entity\Config\App
  • The field 'CrosierSource\CrosierLibBaseBundle\Entity\Config\App#id' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
CrosierSource\CrosierLibRadxBundle\Entity\Estoque\PedidoCompra
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Estoque\PedidoCompra#subtotal' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Estoque\PedidoCompra#desconto' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Estoque\PedidoCompra#total' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Estoque\PedidoCompra#id' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
CrosierSource\CrosierLibRadxBundle\Entity\Estoque\Romaneio
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Estoque\Romaneio#valorTotal' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Estoque\Romaneio#id' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
CrosierSource\CrosierLibRadxBundle\Entity\Estoque\ProdutoSaldo
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Estoque\ProdutoSaldo#qtde' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Estoque\ProdutoSaldo#id' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
CrosierSource\CrosierLibRadxBundle\Entity\Estoque\ProdutoImagem
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Estoque\ProdutoImagem#id' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
CrosierSource\CrosierLibRadxBundle\Entity\Estoque\Grupo
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Estoque\Grupo#id' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
  • The field CrosierSource\CrosierLibRadxBundle\Entity\Estoque\Grupo#subgrupos is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity CrosierSource\CrosierLibRadxBundle\Entity\Estoque\Subgrupo#grupo does not contain the required 'inversedBy="subgrupos"' attribute.
CrosierSource\CrosierLibRadxBundle\Entity\Estoque\ProdutoComposicao
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Estoque\ProdutoComposicao#qtde' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Estoque\ProdutoComposicao#id' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
CrosierSource\CrosierLibRadxBundle\Entity\Estoque\Depto
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Estoque\Depto#id' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
  • The field CrosierSource\CrosierLibRadxBundle\Entity\Estoque\Depto#grupos is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity CrosierSource\CrosierLibRadxBundle\Entity\Estoque\Grupo#depto does not contain the required 'inversedBy="grupos"' attribute.
CrosierSource\CrosierLibRadxBundle\Entity\Estoque\MovimentacaoItem
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Estoque\MovimentacaoItem#qtde' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Estoque\MovimentacaoItem#id' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
CrosierSource\CrosierLibRadxBundle\Entity\Estoque\RomaneioItem
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Estoque\RomaneioItem#qtde' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Estoque\RomaneioItem#qtdeConferida' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Estoque\RomaneioItem#precoCusto' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Estoque\RomaneioItem#total' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Estoque\RomaneioItem#id' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
CrosierSource\CrosierLibRadxBundle\Entity\Estoque\Fornecedor
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Estoque\Fornecedor#id' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
CrosierSource\CrosierLibRadxBundle\Entity\Estoque\PedidoCompraItem
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Estoque\PedidoCompraItem#qtde' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Estoque\PedidoCompraItem#precoCusto' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Estoque\PedidoCompraItem#desconto' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Estoque\PedidoCompraItem#total' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Estoque\PedidoCompraItem#id' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
CrosierSource\CrosierLibRadxBundle\Entity\Estoque\ListaPreco
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Estoque\ListaPreco#id' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
CrosierSource\CrosierLibRadxBundle\Entity\Estoque\Subgrupo
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Estoque\Subgrupo#id' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
CrosierSource\CrosierLibRadxBundle\Entity\Estoque\Produto
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Estoque\Produto#qtdeTotal' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Estoque\Produto#qtdeMinima' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Estoque\Produto#id' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
  • The field CrosierSource\CrosierLibRadxBundle\Entity\Estoque\Produto#imagens is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity CrosierSource\CrosierLibRadxBundle\Entity\Estoque\ProdutoImagem#produto does not contain the required 'inversedBy="imagens"' attribute.
CrosierSource\CrosierLibRadxBundle\Entity\Estoque\DepreciacaoPreco
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Estoque\DepreciacaoPreco#porcentagem' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Estoque\DepreciacaoPreco#id' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
CrosierSource\CrosierLibRadxBundle\Entity\Estoque\Unidade
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Estoque\Unidade#id' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
CrosierSource\CrosierLibRadxBundle\Entity\Estoque\Movimentacao
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Estoque\Movimentacao#id' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
CrosierSource\CrosierLibRadxBundle\Entity\Estoque\ProdutoPreco
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Estoque\ProdutoPreco#coeficiente' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Estoque\ProdutoPreco#custoOperacional' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Estoque\ProdutoPreco#margem' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Estoque\ProdutoPreco#precoCusto' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Estoque\ProdutoPreco#precoPrazo' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Estoque\ProdutoPreco#precoPromo' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Estoque\ProdutoPreco#precoVista' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Estoque\ProdutoPreco#custoFinanceiro' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Estoque\ProdutoPreco#id' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
CrosierSource\CrosierLibRadxBundle\Entity\Fiscal\NotaFiscalItem
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Fiscal\NotaFiscalItem#id' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
CrosierSource\CrosierLibRadxBundle\Entity\Fiscal\DistDFe
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Fiscal\DistDFe#nsu' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Fiscal\DistDFe#id' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
CrosierSource\CrosierLibRadxBundle\Entity\Fiscal\NotaFiscalEvento
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Fiscal\NotaFiscalEvento#id' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
CrosierSource\CrosierLibRadxBundle\Entity\Fiscal\NCM
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Fiscal\NCM#id' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
CrosierSource\CrosierLibRadxBundle\Entity\Fiscal\NotaFiscalVenda
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Fiscal\NotaFiscalVenda#id' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
CrosierSource\CrosierLibRadxBundle\Entity\Fiscal\MsgRetornoRF
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Fiscal\MsgRetornoRF#id' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
CrosierSource\CrosierLibRadxBundle\Entity\Fiscal\NotaFiscal
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Fiscal\NotaFiscal#cStatLote' has the property type 'string' that differs from the metadata field type 'int' returned by the 'integer' DBAL type.
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Fiscal\NotaFiscal#id' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
  • The mappings CrosierSource\CrosierLibRadxBundle\Entity\Fiscal\NotaFiscal#cartasCorrecao and CrosierSource\CrosierLibRadxBundle\Entity\Fiscal\NotaFiscalCartaCorrecao#notaFiscal are inconsistent with each other.
  • The field CrosierSource\CrosierLibRadxBundle\Entity\Fiscal\NotaFiscal#historicos is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity CrosierSource\CrosierLibRadxBundle\Entity\Fiscal\NotaFiscalHistorico#notaFiscal does not contain the required 'inversedBy="historicos"' attribute.
CrosierSource\CrosierLibRadxBundle\Entity\Fiscal\NotaFiscalCartaCorrecao
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Fiscal\NotaFiscalCartaCorrecao#id' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
CrosierSource\CrosierLibRadxBundle\Entity\Fiscal\NotaFiscalHistorico
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Fiscal\NotaFiscalHistorico#id' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
CrosierSource\CrosierLibRadxBundle\Entity\Financeiro\RegraImportacaoLinha
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Financeiro\RegraImportacaoLinha#id' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
CrosierSource\CrosierLibRadxBundle\Entity\Financeiro\GrupoItem
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Financeiro\GrupoItem#valorInformado' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Financeiro\GrupoItem#id' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
CrosierSource\CrosierLibRadxBundle\Entity\Financeiro\RegistroConferencia
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Financeiro\RegistroConferencia#valor' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Financeiro\RegistroConferencia#id' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
CrosierSource\CrosierLibRadxBundle\Entity\Financeiro\Cadeia
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Financeiro\Cadeia#id' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
CrosierSource\CrosierLibRadxBundle\Entity\Financeiro\Saldo
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Financeiro\Saldo#id' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
CrosierSource\CrosierLibRadxBundle\Entity\Financeiro\TipoLancto
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Financeiro\TipoLancto#id' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
CrosierSource\CrosierLibRadxBundle\Entity\Financeiro\Grupo
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Financeiro\Grupo#id' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
CrosierSource\CrosierLibRadxBundle\Entity\Financeiro\Categoria
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Financeiro\Categoria#id' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Financeiro\Categoria#codigo' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Financeiro\Categoria#codigoSuper' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Financeiro\Categoria#codigoOrd' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
CrosierSource\CrosierLibRadxBundle\Entity\Financeiro\CentroCusto
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Financeiro\CentroCusto#id' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
CrosierSource\CrosierLibRadxBundle\Entity\Financeiro\CaixaOperacao
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Financeiro\CaixaOperacao#id' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
CrosierSource\CrosierLibRadxBundle\Entity\Financeiro\ImportExtratoCabec
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Financeiro\ImportExtratoCabec#id' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
CrosierSource\CrosierLibRadxBundle\Entity\Financeiro\Fatura
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Financeiro\Fatura#id' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
CrosierSource\CrosierLibRadxBundle\Entity\Financeiro\OperadoraCartao
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Financeiro\OperadoraCartao#id' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
CrosierSource\CrosierLibRadxBundle\Entity\Financeiro\Carteira
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Financeiro\Carteira#limite' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Financeiro\Carteira#id' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
CrosierSource\CrosierLibRadxBundle\Entity\Financeiro\BandeiraCartao
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Financeiro\BandeiraCartao#id' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
CrosierSource\CrosierLibRadxBundle\Entity\Financeiro\Modo
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Financeiro\Modo#id' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
CrosierSource\CrosierLibRadxBundle\Entity\Financeiro\Movimentacao
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Financeiro\Movimentacao#id' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
CrosierSource\CrosierLibRadxBundle\Entity\Financeiro\Banco
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Financeiro\Banco#id' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
CrosierSource\CrosierLibRadxBundle\Entity\CRM\Cliente
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\CRM\Cliente#id' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
CrosierSource\CrosierLibRadxBundle\Entity\Vendas\Venda
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Vendas\Venda#subtotal' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Vendas\Venda#desconto' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Vendas\Venda#valorTotal' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Vendas\Venda#id' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
  • The mappings CrosierSource\CrosierLibRadxBundle\Entity\Vendas\Venda#pagtos and CrosierSource\CrosierLibRadxBundle\Entity\Vendas\VendaPagto#venda are inconsistent with each other.
CrosierSource\CrosierLibRadxBundle\Entity\Vendas\VendaPagto
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Vendas\VendaPagto#valorPagto' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Vendas\VendaPagto#id' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
CrosierSource\CrosierLibRadxBundle\Entity\Vendas\PlanoPagto
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Vendas\PlanoPagto#id' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
CrosierSource\CrosierLibRadxBundle\Entity\Vendas\VendaItem
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Vendas\VendaItem#qtde' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Vendas\VendaItem#precoVenda' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Vendas\VendaItem#subtotal' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Vendas\VendaItem#desconto' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Vendas\VendaItem#total' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\Vendas\VendaItem#id' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
CrosierSource\CrosierLibRadxBundle\Entity\RH\Colaborador
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\RH\Colaborador#id' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
CrosierSource\CrosierLibRadxBundle\Entity\RH\Cargo
  • The field 'CrosierSource\CrosierLibRadxBundle\Entity\RH\Cargo#id' has the property type 'int' that differs from the metadata field type 'string' returned by the 'bigint' DBAL type.
Vich\UploaderBundle\Entity\File No errors.