From ddf88fc994f2638763a8a429d44c413d1dd9cfd9 Mon Sep 17 00:00:00 2001 From: Kane York Date: Mon, 27 Jul 2015 16:05:10 -0700 Subject: [PATCH] Add column comments to schema results --- plugin.rb | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/plugin.rb b/plugin.rb index 5cc1dd6..9627735 100644 --- a/plugin.rb +++ b/plugin.rb @@ -168,8 +168,18 @@ google_user_infos.email # refer user to http://www.postgresql.org/docs/9.3/static/datatype.html @schema ||= begin results = ActiveRecord::Base.exec_sql <