Skip to content
shaoke edited this page Feb 2, 2016 · 4 revisions

program

Store information about program information.

Collection Name

EF-Program

Schema

{
    name:{
        type: String
    },
    description: {
        type: String
    },
    createTime: {
        type: Date
    },
    index:{
        type: Number,
        optional: true
    }
}

availableTrial不需要,能否trail是在Class中定义

Clone this wiki locally