Skip to content

shema upbdate problem  #78

@mustaphajamel

Description

@mustaphajamel

i use for updating the schema doctrine:schema:update
error : No Metadata Classes to process.

here is my Entity code
`<?php
/**

Created by PhpStorm.
User: jamel_pc
Date: 2016-11-27
Time: 9:16 PM
*/
namespace Esprit\ParcBundle\Entity;
use Doctrine\ORM\Mapping as ORM;

/**

Class Modele

@Package ParcBundle\Entity

@Orm\Entity

@Orm\Table(name="Modele")
/
class Modele{
/*
*@Orm\GeneratedValue(strategy="Auto")
*@Orm\Id
@Orm\Column(type="integer")
/
private $id;
/

@Orm\Column(type="string",length=255)
*/

private $Libelle;
/**

@Orm\Column(type="string",length=255)
/
private $Pays;
/
*

@Orm\Column(type="string",length=255)
/
/
*

@return mixed
/
public function getLibelle()
{
return $this->Libelle;
}
/
*

@param mixed $Libelle
/
public function setLibelle($Libelle)
{
$this->Libelle = $Libelle;
}
/
*

@return mixed
/
public function getId()
{
return $this->id;
}
/
*

@param mixed $id
/
public function setId($id)
{
$this->id = $id;
}
/
*

@return mixed
/
public function getPays()
{
return $this->Pays;
}
/
*

@param mixed $Pays
*/
public function setPays($Pays)
{
$this->Pays = $Pays;
}
`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions