Evolution #11103
Harmony Symfony bundle create project not correctly based on android entities
Start date:
09/19/2017
Due date:
% Done:
100%
Estimated time:
Bdc:
HARMONY
Description
Under command line "web:generate:entities" need to create database and schema if not already exists :
php www/Symfony/app/console doctrine:database:create
php www/Symfony/app/console doctrine:schema:create
Refer to script example in attachments.
Moreover not using @Rest caused entity not transfered to symfony entities even if it is required for other entity to work.
Moreover if in android we have @Id without strategy its result to a "MODE_NONE" strategy under symfony entity which have to be replaced by a "NONE" strategy.
Recurrences