question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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 https://github.com/sequelize/sequelize/pull/4385 but tests was failed. Somebody can fix it?

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Reactions:13
  • Comments:19 (5 by maintainers)

github_iconTop GitHub Comments

14reactions
sushantdhimancommented, Jun 26, 2018
10reactions
AntSworDcommented, Dec 9, 2016

why don’t remove code from document if it doesn’t support of column comment?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found