Parent

Methods

SQL::Postgres::Column

Public Class Methods

new(col_struct) click to toggle source
    # 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.