STA-959|add entities, add migration
Showing
- .gitignore 2 additions, 1 deletion.gitignore
- app/config/packages/doctrine.yaml 2 additions, 0 deletionsapp/config/packages/doctrine.yaml
- app/migrations/Version20240419135600.php 148 additions, 0 deletionsapp/migrations/Version20240419135600.php
- app/src/Entity/Address.php 51 additions, 0 deletionsapp/src/Entity/Address.php
- app/src/Entity/Email.php 51 additions, 0 deletionsapp/src/Entity/Email.php
- app/src/Entity/Kitchens.php 75 additions, 0 deletionsapp/src/Entity/Kitchens.php
- app/src/Entity/News.php 230 additions, 0 deletionsapp/src/Entity/News.php
- app/src/Entity/NewsCategories.php 50 additions, 0 deletionsapp/src/Entity/NewsCategories.php
- app/src/Entity/NewsComments.php 142 additions, 0 deletionsapp/src/Entity/NewsComments.php
- app/src/Entity/NewsType.php 93 additions, 0 deletionsapp/src/Entity/NewsType.php
- app/src/Entity/Phone.php 51 additions, 0 deletionsapp/src/Entity/Phone.php
- app/src/Entity/RestauranTypes.php 93 additions, 0 deletionsapp/src/Entity/RestauranTypes.php
- app/src/Entity/Restaurants.php 461 additions, 0 deletionsapp/src/Entity/Restaurants.php
- app/src/Entity/Settlements.php 154 additions, 0 deletionsapp/src/Entity/Settlements.php
- app/src/Entity/Tags.php 72 additions, 0 deletionsapp/src/Entity/Tags.php
- app/src/Entity/Users.php 221 additions, 0 deletionsapp/src/Entity/Users.php
- app/src/Repository/AddressRepository.php 48 additions, 0 deletionsapp/src/Repository/AddressRepository.php
- app/src/Repository/EmailRepository.php 48 additions, 0 deletionsapp/src/Repository/EmailRepository.php
- app/src/Repository/KitchensRepository.php 48 additions, 0 deletionsapp/src/Repository/KitchensRepository.php
- app/src/Repository/NewsCategoriesRepository.php 48 additions, 0 deletionsapp/src/Repository/NewsCategoriesRepository.php
Loading
Please register or sign in to comment