Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sequelize/sequelize
/ project.js
File
project.js
test/integration/assets/project.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
'use strict'
;
2
3
module.exports =
function
(sequelize, DataTypes) {
4
return
sequelize.define(`Project${parseInt(Math.random() * 9999999999999999, 10)}`, {
Callers
nothing calls this directly
Calls
2
define
Method · 0.80
random
Method · 0.80
Tested by
no test coverage detected