Parent

Methods

SQL::Mysql::Column

Public Class Methods

new(col_struct) click to toggle source
    # File lib/dm-migrations/sql/mysql.rb, line 54
54:       def initialize(col_struct)
55:         @name, @type, @default_value, @primary_key = col_struct.name, col_struct.type, col_struct.dflt_value, col_struct.pk
56: 
57:         @not_null = col_struct.notnull == 0
58:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.