Sha256: 40600e9926da393e0657be40fab6d4879719f0eb843c6bda3ee184fc00a90b47
Contents?: true
Size: 314 Bytes
Versions: 9
Compression:
Stored size: 314 Bytes
Contents
class CreatePeople < ActiveRecord::Migration def change create_table :people do |t| t.inet :ip t.cidr :subnet, :subnet2 t.integer_array :arrayzerd t.inet_array :inet_arrayzerd t.string_array :str_arrayzerd, :limit => 5 t.string :test t.timestamps end end end
Version data entries
9 entries across 9 versions & 1 rubygems