Skip to content

Alter table statement generated for changing the default value has the wrong SQL syntax. #63

@wolfganggrinfeld

Description

@wolfganggrinfeld

the generated SQL ist similar to ALTER TABLE theTable ADD DEFAULT 'the default' FOR theColumn; .
the SQL that would work (in Access 2003):
ALTER TABLE theTable ALTER COLUMN theColumn SET DEFAULT "the default";

The command used:
dotnet ef database update

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions