You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
queryInterface.addColumn() does not include alternative syntax for adding the relative schema
As you can see from the above image the docs only state one form of syntax that .addColumn() can take. Alternatively the function can take in a syntax that looks like this :
queryInterface.addColumn() does not include alternative syntax for adding the relative schema
As you can see from the above image the docs only state one form of syntax that .addColumn() can take. Alternatively the function can take in a syntax that looks like this :
queryInterface.addColumn({tableName: 'nameOfTable', schema: 'nameOfSchema'}, 'nameOfColumn', { // attribute properties };
this syntax is important for specifying the schema you are referring to.
The text was updated successfully, but these errors were encountered: