Skip to content

Rename identity column to support MSSQL #1

@mixu

Description

@mixu

The project im using this on actually runs on MSSQL where "identity" is a reserved word and can't be used as a column name. I changed the column name to "ident" and hopefully this will resolve my issue after i update any necessary code. I thought you may like to know about this. Do you think you could change your code to use a different name for that column?

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