Skip to content

Default value for DB field isn't checked #11

@benkeen

Description

@benkeen

I just added the following field to config_core.php:

array(
    "Field"   => "is_enabled",
    "Type"    => "enum('yes','no')",
    "Null"    => "NO",
    "Key"     => "",
    "Default" => "bllllla"
),

The default value isn't being validated.

Metadata

Metadata

Assignees

No one assigned

    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