expect(User.attributes).toEqual({id:"INT NOT NULL auto_increment PRIMARY KEY",deleted_at:"DATETIME",updated_at:"DATETIME NOT NULL",created_at:"DATETIME NOT NULL"})
expect(User.attributes).toEqual({id:"INT NOT NULL auto_increment PRIMARY KEY",deleted_at:"DATETIME",updated_at:"DATETIME NOT NULL",created_at:"DATETIME NOT NULL"})
})
})
it("uses the passed model name as tablename if freezeTableName",function(){