[FLOW3-general] Property is not created in the database

Stephen Bungert stephenbungert at yahoo.de
Sat Feb 2 19:12:16 CET 2013


Hello!

The following property is not created when I run ./flow doctrine:update
	
	/**
	 * The pages that make up the book.
	 *
	 * @var 
\Doctrine\Common\Collections\Collection<\Gamebook\Gamebook\Domain\Model\Page>
	 * @ORM\OneToMany(mappedBy="book")
	 * @ORM\OrderBy({"section" = "ASC"})
	 */
	protected $pages;

Does anyone see what I have done wrong... all the other fields are created.

Stephen.


More information about the FLOW3-general mailing list