-
## What you are doing?
### Want to add 2 columns and have composite unique on them in a migration.
As you can see below, I am trying to add oauth feature to my users. I am adding two new columns to …
-
#6059 changed many of the Utils method to be proper constructors and changed their name to be uppercased (fn -> Fn, where -> Where, etc)
Maybe some other changes I missed since this is a major redact…
-
On models definition page on definition of `underscored` property it says
```
// don't use camelcase for automatically added attributes but underscore style
// so updatedAt will be updated_at
…
-
In order to decide which one we should use.
-
I have a social network like app, where each post has a userId referring to the user
var User = sequelize.define('User', {
...
})
User.hasMany(models.Post, { as: 'posts', foreignKey: 'use…
-
Many-to-many association `through` is not populating additional fields. Code sample taken directly from docs: http://docs.sequelizejs.com/manual/tutorial/associations.html
## What you are doing?
…
-
http://docs.sequelizejs.com/en/v3/
-
I supposed that the following code should create the acl tables in 'test' schema, instead generated in public schema
var Acl = require('acl');
var Sequelize = require('sequelize');
var AclSe…
-
Hello! Can you point me you suggestion what kind of mistake i should look? It is very hard to debug this error. It appears on production server only. I can not understand what to do. Same code works f…
-
http://docs.sequelizejs.com/en/latest/api/queryinterface
this page is not allowed to view