From c8089e41f94555ce943fade461d16f22170f8cd7 Mon Sep 17 00:00:00 2001 From: artemsites Date: Sat, 1 Jun 2024 20:04:37 +0400 Subject: [PATCH] upd --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c3160da..8f68294 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,9 @@ composer update ## Install Symfony at local pc for development https://symfony.com/doc/current/setup.html -## Create migration Entities to your db +## Create migration Entities (src/Entity) to your db (with mysql connect) ``` +php bin/console make:migration php bin/console doctrine:migrations:migrate ```