# File lib/rbase/columns.rb, line 138 def inspect if float? "#{name}(decimal)" else "#{name}(integer)" end end