Sha256: 8cf5ca28fd876b2ab19135a9d5a865d5cbad743a287d3d837650e8a10e7a7007
Contents?: true
Size: 354 Bytes
Versions: 78
Compression:
Stored size: 354 Bytes
Contents
class CreateBooleanTypes < ActiveRecord::Migration def self.up create_table ConstructorPages::Types::BooleanType.table_name do |t| t.boolean :value, :default => false t.references :field t.references :page t.timestamps end end def self.down drop_table ConstructorPages::Types::BooleanType.table_name end end
Version data entries
78 entries across 78 versions & 3 rubygems