# File lib/dm-migrations/sql/postgresql.rb, line 71 def initialize(col_struct) @name, @type, @default_value = col_struct.column_name, col_struct.data_type, col_struct.column_default @not_null = col_struct.is_nullable != "YES" end