# File lib/tramp/column.rb, line 28 def initialize(name, default, sql_type, null) super @type = simplified_type(sql_type) end