Skip to content
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

Create at, Updated at and soft Delete #87

Closed
juliocbcotta opened this issue Jun 6, 2017 · 1 comment
Closed

Create at, Updated at and soft Delete #87

juliocbcotta opened this issue Jun 6, 2017 · 1 comment

Comments

@juliocbcotta
Copy link

Hi, would it be possible to have soft delete implemented ?
Also created_atand updated_at support would be nice.

This gist shows that the usage of timestamps for created_atand updated_at are supported in many databases (Mysql, Postgresql, Sqlite) in the create schema.

@juliocbcotta juliocbcotta changed the title Soft Delete Create at, Updated at and soft Delete Jun 6, 2017
@kilnerm
Copy link
Contributor

kilnerm commented Sep 5, 2018

Soft delete is not a function that is provided at the database layer, like in the example above it is achieved via your schema and query execution. As such soft delete is not something I believe should be considered for implementation.

The following issues have been opened to address created_at and updated_at:

#154
#155

I am marking this as closed.

@kilnerm kilnerm closed this as completed Sep 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants