Skip to content

Comment property #4386

@NAlexandrov

Description

@NAlexandrov

If you open the url http://docs.sequelizejs.com/en/latest/docs/models-definition/ you can see that:

// Comments can be specified for each field for MySQL and PG
hasComment: { type: Sequelize.INTEGER, comment: "I'm a comment!" },

But this feature was not implemented in postgres dialect. I tried to add this in this PR #4385 but tests was failed. Somebody can fix it?

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueFor issues. An issue that is a good choice for first-time contributors.type: featureDEPRECATED: replace with the "feature" issue type

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions