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
Translate ORM and common entity IDs to use 'id' name for primary keys (i.e. version_id -> id for CollectionVersion).
Generate UUIDs as part of ID objects, rather than as a static method in the DatabaseProvider (as is current)
Refactor ORM tables to use class variables convention
Refactor table names to differentiate from business entities
Fix spots in the persistence layer where transactionality is not being implemented properly
Update migration script accordingly
The text was updated successfully, but these errors were encountered:
nayib-jose-gloria
No branches or pull requests
Translate ORM and common entity IDs to use 'id' name for primary keys (i.e. version_id -> id for CollectionVersion).
Generate UUIDs as part of ID objects, rather than as a static method in the DatabaseProvider (as is current)
Refactor ORM tables to use class variables convention
Refactor table names to differentiate from business entities
Fix spots in the persistence layer where transactionality is not being implemented properly
Update migration script accordingly
The text was updated successfully, but these errors were encountered: