Skip to content

Commit

Permalink
Fix : remove not required columns from query.
Browse files Browse the repository at this point in the history
  • Loading branch information
o1lab committed Nov 3, 2017
1 parent f7a6037 commit d484ab3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/util/data.helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ exports.findObjectInArrayByKey = (key, value, objArray) => {
exports.getSchemaQuery = function () {
return 'select c.table_name, c.column_name, c.ordinal_position,c.column_key,c.is_nullable, c.data_type, c.column_type,c.extra,c.privileges, ' +
'c.column_comment,c.column_default,c.data_type,c.character_maximum_length, ' +
'c.character_octet_length,c.numeric_precision,c.numeric_scale,c.datetime_precision,c.character_set_name, ' +
'c.collation_name, ' +
'k.constraint_name, k.referenced_table_name, k.referenced_column_name, ' +
's.index_name,s.seq_in_index ' +
'from ' +
Expand Down

0 comments on commit d484ab3

Please sign in to comment.