Skip to content

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

@SebastianBotez

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions