it('should support renaming of sequelize method fields',function(){
varTest=this.sequelize.define('test',{
someProperty:Sequelize.VIRTUAL// Since we specify the AS part as a part of the literal string, not with sequelize syntax, we have to tell sequelize about the field
it('should support renaming of sequelize method fields',function(){
varTest=this.sequelize.define('test',{
someProperty:Sequelize.VIRTUAL// Since we specify the AS part as a part of the literal string, not with sequelize syntax, we have to tell sequelize about the field