assert.eql(User.attributes,{id:"INT NOT NULL auto_increment PRIMARY KEY",deleted_at:"DATETIME",updated_at:"DATETIME NOT NULL",created_at:"DATETIME NOT NULL"})
assert.eql(User.attributes,{id:"INT NOT NULL auto_increment PRIMARY KEY",deleted_at:"DATETIME",updated_at:"DATETIME NOT NULL",created_at:"DATETIME NOT NULL"})
},
'tablenames should be as passed if they are frozen':function(){