Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
public
/
sequelize
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
不要怂,就是干,撸起袖子干!
Commit 5eaa066e
authored
Sep 13, 2015
by
Hack Reactor Students
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update spelling in line 11 of sequelize/lib/data-types.js
1 parent
2bfa312f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
lib/data-types.js
lib/data-types.js
View file @
5eaa066
...
@@ -8,7 +8,7 @@ var util = require('util')
...
@@ -8,7 +8,7 @@ var util = require('util')
,
Validator
=
require
(
'validator'
);
,
Validator
=
require
(
'validator'
);
/**
/**
* A convenience class holding commonly used data types. The datatypes are used when definin
in
g a new model using `Sequelize.define`, like this:
* A convenience class holding commonly used data types. The datatypes are used when defining a new model using `Sequelize.define`, like this:
* ```js
* ```js
* sequelize.define('model', {
* sequelize.define('model', {
* column: DataTypes.INTEGER
* column: DataTypes.INTEGER
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment