Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit27aa549

Browse files
committed
minor#7271 Mention schema validation command (mikaelz)
This PR was submitted for the master branch but it was merged into the 2.7 branch instead (closes#7271).Discussion----------Mention schema validation commandAfter creating the mapping it would be helpful to also validate with the existing doctrine:schema:validate commandCommits-------06606d8 Mention schema validation command
2 parents0376c16 +06606d8 commit27aa549

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

‎doctrine.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,15 @@ see the :ref:`doctrine-field-types` section.
382382
class Product
383383
// ...
384384

385+
..tip::
386+
387+
After creating your entities you should validate the mappings with the
388+
following command::
389+
390+
..code-block::terminal
391+
392+
$ php bin/console doctrine:schema:validate
393+
385394
.. _doctrine-generating-getters-and-setters:
386395

387396
Generating Getters and Setters

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp