Skip to content

SQL: text field should be nullable or have default value #22

Open
@julianhofmann

Description

@julianhofmann

The fields "teaser" and "description" are configured with "NOT NULL" - without a default value. This can lead to problems if the columns are not contained in the field list during an insert.

    teaser                   text                               NOT NULL,
    description              text                               NOT NULL,

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