Comment property
See original GitHub issueIf 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 https://github.com/sequelize/sequelize/pull/4385 but tests was failed. Somebody can fix it?
Issue Analytics
- State:
- Created 8 years ago
- Reactions:13
- Comments:19 (5 by maintainers)
Top Results From Across the Web
adding comment in .properties files - java - Stack Overflow
The property file task is for editing properties files. It contains all sorts of nice features that allow you to modify entries.
Read more >Learn Properties File Comments with examples, Inline
This tutorial covers the Properties File Comments with examples| Inline comments, block level comments are not supported.. Like any other file extensions, ...
Read more >Comment template properties - IBM
Comment template properties ; File, ImplementationFooter, Specifies the multiline footer to be generated at the end of implementation files.
Read more >Range.Comment property (Excel) - Microsoft Learn
Returns a Comment object that represents the comment associated with the cell in the upper-left corner of the range.
Read more >Comment property - Micro Focus
In the FD form, the Comment property contains comments pertaining to the data item defined by this row in the FD form. The...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Fixed https://github.com/sequelize/sequelize/pull/9573
why don’t remove code from document if it doesn’t support of column comment?