Skip to content

General error: 1364 Field 'sort_order' doesn't have a default value #197

Description

@SebastianBotez

I get an error when creating a new entry using Nova 3.29.

General error: 1364 Field 'sort_order' doesn't have a default value

Model:

public $sortable = [
    'order_column_name' => 'sort_order',
    'sort_when_creating' => true,
];

Nova Resource:
use HasSortableRows;

Any solutions for this?

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