不要怂,就是干,撸起袖子干!

Commit 3aaae1c9 by Mick Hansen

fix(test): dont use unsigned

1 parent 7e9b334f
Showing with 1 additions and 1 deletions
......@@ -200,7 +200,7 @@ describe(Support.getTestDialectTeaser("Model"), function () {
it('should not contain the field properties after create', function () {
var Model = this.sequelize.define('test', {
id: {
type : Sequelize.INTEGER.UNSIGNED,
type : Sequelize.INTEGER,
field : 'test_id',
autoIncrement: true,
primaryKey : true,
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!