Conversation
Codecov ReportBase: 77.37% // Head: 76.49% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #36 +/- ##
==========================================
- Coverage 77.37% 76.49% -0.88%
==========================================
Files 2 2
Lines 495 502 +7
==========================================
+ Hits 383 384 +1
- Misses 112 118 +6
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
|
Hi, @ivan-ionin. Thank you for your PR! Could you clarify the purpose of your changes please? To be honest, I didn't work with Sequelize the last few years, but AFAIK the attribute order doesn't matter. |
|
When i create table i got attributes order like this: -- left_key I want to control it: -- id (primary) ... because in my company very hard sql convention. Sorry, i forgot add information to README.md in my pool request. |
|
@ivan-ionin that makes sense. Thanks for explanation.
Example: That will allow you to reorder even internal nested set fields. And implementation of that option isn't hard -- a simple loop over that array. It would be great to use Could you kindly do the updates? |
No description provided.