You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
juliocbcotta
changed the title
Soft Delete
Create at, Updated at and soft Delete
Jun 6, 2017
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:
Hi, would it be possible to have soft delete implemented ?
Also
created_at
andupdated_at
support would be nice.This gist shows that the usage of timestamps for
created_at
andupdated_at
are supported in many databases (Mysql, Postgresql, Sqlite) in the create schema.The text was updated successfully, but these errors were encountered: