SQL::Column
# File lib/dm-migrations/sql/postgres.rb, line 75 75: def initialize(col_struct) 76: @name, @type, @default_value = col_struct.column_name, col_struct.data_type, col_struct.column_default 77: 78: @not_null = col_struct.is_nullable != "YES" 79: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.