Object
# File lib/dm-migrations/sql/table_creator.rb, line 56 def initialize(adapter, name, type, opts = {}) @adapter = adapter @name = name.to_s @opts = opts @type = build_type(type) end
# File lib/dm-migrations/sql/table_creator.rb, line 63 def to_sql type end
[Validate]
Generated with the Darkfish Rdoc Generator 2.