module.exports = { attributes : { pictureUrl: { type: 'STRING', defaultValue: '/images/default.gif' }, createTime: 'FLOAT', toUser: 'STRING', fromUser: 'STRING', messageType: 'STRING', messageId: 'FLOAT' } };