Skip to main content

Crate seaorm_soft_delete

Crate seaorm_soft_delete 

Source

Structs§

SoftDeleteMigration

Constants§

SOFT_DELETE_COLUMN
The column name used for soft-delete timestamps. Always deleted_at.

Traits§

SoftDeleteActiveModel
SoftDeleteEntity
SoftDeleteModel
Implement this trait on your SeaORM Model struct to get is_deleted() and deleted_at().