Sha256: fc2efee990ca5bfb6290b6aa830313c06d96b21801f247c502b21577ee648449
Contents?: true
Size: 241 Bytes
Versions: 3
Compression:
Stored size: 241 Bytes
Contents
class CreatePeople < ActiveRecord::Migration def change create_table :people do |t| t.inet :ip t.cidr :subnet t.inet :tag_ids, :array => true t.string :tags, :array => true t.timestamps end end end
Version data entries
3 entries across 3 versions & 1 rubygems