UNPKG

zeanium-node

Version:

Zeanium for Node.js, simple http server and custome your business.

21 lines (18 loc) 470 B
zn.define(function () { return zn.Class("zn.db.common.model.Tag", zn.db.data.Model, { properties: { zn_tags: { value: null, type: ['varchar', 500], ignore: true, default: ',' }, zn_tags_ids: { value: null, type: ['varchar', 250], ignore: true, default: ',' } } }); })