PGBI/cakephp3-soft-delete

Allow custom data type for $softDeleteField

Opened this issue · 0 comments

ja573 commented

I find really useful been able to declare a custom $softDeleteField since sometimes we are tight to whatever convention the original designed decided to use. However, for the same reason, some people do not use a timestamp for their deleted fields; it would be really useful to been able to define both the deleted field (e.g. isdeleted), but also the data type (e.g. boolean).