We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create database model based upon our discussion.
The text was updated successfully, but these errors were encountered:
Probably good next steps would be to write doctrine entities.
I will provide sample soon.
For ID i would use UUID. For Doctrine mapping anotations.
In phpstorm there are getter/setter generator and doctrine annotation generator wich can really ease up this work.
We have to resolve how to store prices.
One approch is to have global "basic currency", and in DB prices are stored as price*100 in basic currency (int)
We have to resolve how to store files.
Probably some filesystem abstraction would be ideal. (So we could also use Object storage)
Sorry, something went wrong.
Example entity: 20ea89e
Notes:
ItemType, Type is not a keyword, this entity is for "Type of item" so ItemType is full name.
ItemType
Before submiting entity try to run
bin/console doctrine:mapping:info
Also see:
sukovec
vitkabele
No branches or pull requests
Create database model based upon our discussion.
The text was updated successfully, but these errors were encountered: