Skip to content

Problem with renaming deleted_at column inside model #2248

Description

@devboev

If you use useSoftDelete and Dateformate as php timestamps inside a model a errornous sql will be created. I created an integer column with default value 0. The created sql from a find request to get the rows from the model is select * from users where <> is null, which results in a empty array.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions