标签: node.js sails.js orientdb sails-orientdb
我正在使用Sails-Orientdb并希望使用LinkedList OrientDB类型而不是EmbeddedList
我定义如下
experience: { type: 'array' }
有没有办法让数组类型成为LinkedList?