-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
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
Refactor and add timestamp fields #121
Refactor and add timestamp fields #121
Conversation
Change data type from string to time of all timestamp fields. fix #117
Change data type from string to time of all timestamp fields. fix #117
Add support for created_at, updated_at, and deleted_at fields.
Add support for created_at, updated_at, and deleted_at fields.
Add support for created_at, updated_at, and deleted_at fields.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pleased to see that the structs are consistent. I have added comments to get the build working. The only test that even tries to confirm the three fields is the service_test.go and that is really just saying are they populated or not. They do not confirm the format. This is understandable as dates can change if the fixtures need to be repopulated.
Overall it looks ok and once the changes are complete then the tests will pass.
Change data type from string to time of all timestamp fields. fix #117
Change data type from string to time of all timestamp fields. fix #117
Change data type from string to time of all timestamp fields. fix #117
Add support for created_at, updated_at, and deleted_at fields.
Change data type from string to time of created_at field fix #117
Add support for created_at, updated_at, and deleted_at fields.
Add support for created_at, updated_at, and deleted_at fields.
Add support for created_at, updated_at, and deleted_at fields.
Add support for created_at, updated_at, and deleted_at fields.
Add support for created_at, updated_at, and deleted_at fields.
Add support for created_at, updated_at, and deleted_at fields.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 LGTM
🎉this closes #117.