Sha256: baf9def5df0c38523a167c3c13f6e6a99f517f78a0c11d681f5c100d1e235a71
Contents?: true
Size: 165 Bytes
Versions: 2
Compression:
Stored size: 165 Bytes
Contents
class CreatePosableTwo < ActiveRecord::Migration def change create_table :posable_twos do |t| t.string :text t.boolean :private end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pose-2.0.1 | spec/dummy/db/migrate/20130308054142_create_posable_two.rb |
pose-2.0.0 | spec/dummy/db/migrate/20130308054142_create_posable_two.rb |