Skip to content

Instantly share code, notes, and snippets.

@EvanSimpson
Last active August 29, 2015 14:17
Show Gist options
  • Save EvanSimpson/29dc09b7d1a7b4ebcbab to your computer and use it in GitHub Desktop.
Save EvanSimpson/29dc09b7d1a7b4ebcbab to your computer and use it in GitHub Desktop.
sequelize.define("Relation",
{ // your columns here
id: {
type: Sequelize.UUID
}
},
{ // additional options
freezeTableName: true
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment