Skip to content

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

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

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

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions