Skip to content

Instantly share code, notes, and snippets.

@vbguard
Created September 24, 2019 16:25
Show Gist options
  • Select an option

  • Save vbguard/7e468b57833250fe90a6bd0288af9ce1 to your computer and use it in GitHub Desktop.

Select an option

Save vbguard/7e468b57833250fe90a6bd0288af9ce1 to your computer and use it in GitHub Desktop.
Product.belongsTo(User, { constraints: true, onDelete: 'CASCADE' });
User.hasMany(Product);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment