1
0
mirror of synced 2025-01-07 09:37:11 +03:00

Merge pull request #70 from maastermedia/master

Typos fixed
This commit is contained in:
Guilherme Blanco 2011-12-30 20:18:50 -08:00
commit ae1c171392
2 changed files with 3 additions and 3 deletions

View File

@ -49,7 +49,7 @@ entities:
const STATUS_VISIBLE = 'visible'; const STATUS_VISIBLE = 'visible';
const STATUS_INVISIBLE = 'invisible'; const STATUS_INVISIBLE = 'invisible';
/** @Column(type="varchar") */ /** @Column(type="string") */
private $status; private $status;
public function setStatus($status) public function setStatus($status)
@ -70,7 +70,7 @@ the **columnDefinition** attribute.
/** @Entity */ /** @Entity */
class Article class Article
{ {
/** @Column(type="varchar", columnDefinition="ENUM('visible', 'invisible')") */ /** @Column(type="string", columnDefinition="ENUM('visible', 'invisible')") */
private $status; private $status;
} }

View File

@ -348,7 +348,7 @@ This is an **execute one-time** command. It should not be necessary for
you to call this method multiple times, escpecially when using the ``--from-database`` you to call this method multiple times, escpecially when using the ``--from-database``
flag. flag.
Converting an existing databsae schema into mapping files only solves about 70-80% Converting an existing database schema into mapping files only solves about 70-80%
of the necessary mapping information. Additionally the detection from an existing of the necessary mapping information. Additionally the detection from an existing
database cannot detect inverse associations, inheritance types, database cannot detect inverse associations, inheritance types,
entities with foreign keys as primary keys and many of the entities with foreign keys as primary keys and many of the