return _.keys(schema.tables[this.tableName])
                .filter(key => key.indexOf('@@') === -1);