<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Error: .belongsToMany called with something that&#039;s not a subclass of Sequelize.Model5 - BugOverflow				            </title>
            <link>https://muszak.eu/community/bugoverflow/error-belongstomany-called-with-something-thats-not-a-subclass-of-sequelize-model5/</link>
            <description>muszak.eu Forum dyskusyjne</description>
            <language>pl-PL</language>
            <lastBuildDate>Sun, 08 Mar 2026 13:09:57 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Error: .belongsToMany called with something that&#039;s not a subclass of Sequelize.Model5</title>
                        <link>https://muszak.eu/community/bugoverflow/error-belongstomany-called-with-something-thats-not-a-subclass-of-sequelize-model5/#post-271</link>
                        <pubDate>Tue, 03 Dec 2019 20:43:39 +0000</pubDate>
                        <description><![CDATA[if you&#8217;re using objects instead of string-names the you should replace

Project.belongsToMany(&#039;User&#039;, {through: &#039;UserProject&#039;});
User.belongsToMany(&#039;Project&#039;, {through: &#039;UserProject&#039;...]]></description>
                        <content:encoded><![CDATA[<p>if you&#8217;re using objects instead of string-names the you should replace</p>
<pre>
Project.belongsToMany('User', {through: 'UserProject'});
User.belongsToMany('Project', {through: 'UserProject'});
</pre>
<p>with</p>
<pre>
Project.belongsToMany(this.User, {through: 'UserProject'});
User.belongsToMany(this.Project, {through: 'UserProject'});
</pre>]]></content:encoded>
						                            <category domain="https://muszak.eu/community/bugoverflow/">BugOverflow</category>                        <dc:creator>mrmucha</dc:creator>
                        <guid isPermaLink="true">https://muszak.eu/community/bugoverflow/error-belongstomany-called-with-something-thats-not-a-subclass-of-sequelize-model5/#post-271</guid>
                    </item>
				                    <item>
                        <title>Error: .belongsToMany called with something that&#039;s not a subclass of Sequelize.Model5</title>
                        <link>https://muszak.eu/community/bugoverflow/error-belongstomany-called-with-something-thats-not-a-subclass-of-sequelize-model5/#post-270</link>
                        <pubDate>Tue, 03 Dec 2019 20:41:49 +0000</pubDate>
                        <description><![CDATA[can&#039;t create table]]></description>
                        <content:encoded><![CDATA[can't create table]]></content:encoded>
						                            <category domain="https://muszak.eu/community/bugoverflow/">BugOverflow</category>                        <dc:creator>mrmucha</dc:creator>
                        <guid isPermaLink="true">https://muszak.eu/community/bugoverflow/error-belongstomany-called-with-something-thats-not-a-subclass-of-sequelize-model5/#post-270</guid>
                    </item>
							        </channel>
        </rss>
		