function Column(option) { this.name = option.name; this.type = option.type; } Column.prototype = { };