Sha256: d3252b7f8e262836103f3294f105c76a75719d6b96294e8ec7c88cab65f4b6e4
Contents?: true
Size: 347 Bytes
Versions: 78
Compression:
Stored size: 347 Bytes
Contents
class CreateStringTypes < ActiveRecord::Migration def self.up create_table ConstructorPages::Types::StringType.table_name do |t| t.string :value, :default => "" t.references :field t.references :page t.timestamps end end def self.down drop_table ConstructorPages::Types::StringType.table_name end end
Version data entries
78 entries across 78 versions & 3 rubygems